What Is The Stored In The Object Obj In Following Lines Of Java #161
What is the stored in the object obj in following lines of Java code?</p> <pre><code class="language-java"> box obj;</code></pre>
This multiple choice question (MCQ) is related to the book/course
gs gs128 Java.
It can also be found in
gs gs128 Java Classes Methods - Class Fundamentals & Declaring objects in Java - Quiz No.1.
What is the stored in the object obj in following lines of Java code?
box obj;
Memory address of allocated memory of object
NULL
Any arbitrary pointer
Garbage