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
AnswerC.
Any arbitrary pointer
D.
Garbage
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board