Multiple Choice
What is the stored in the object obj in following lines of code?
Box obj;
A) Memory address of allocated memory of object.
B) NULL
C) Any arbitrary pointer
D) Garbage
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: If a thread is to be declared
Q2: What are the pillars of OOPS concept?<br>A)Abstraction,
Q3: Which class cannot be a subclass in
Q4: Which of the following statements is correct?<br>A)Public
Q6: JAR stands for?<br>A)Java Archive<br>B)Java Archive Runner<br>C)Java Application
Q7: Which of the following is a valid
Q8: What is the default buffer size used
Q9: Why we use array as a parameter
Q10: Program which executes applet is known as<br>A)applet
Q11: What is different between a Java applet