Please help me answer the following. Number 3 isn’t missing anything. Have 30 minutes to complete.
QUESTION 3 When an array is created, each element receives a default value-zero for numeric primitive-type elements, false for boolean elements, and null for references O True O False QUESTION 4 Using this access modifier promotes information hiding? a, public Ob.static O C. final O d.private QUESTION S when an object of a dass is created using , memory is allocated to store the dass so its code can be used O a. O b modifier O c. class O d object new
Expert Answer
3.Answer: True
4. Answer: d.private
making the data member inacessible to the external classes or methods.
5.Answer: d.object