Vidyalelo
Java Programming · Q83

Constructors and Methods

Programming · Java Programming · question 83

Q83

What is the stored in the object obj in following lines of Java code? box obj;

A.
Memory address of allocated memory of object
B.
NULL
Answer
C.
Any arbitrary pointer
D.
Garbage

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board