Solved

Assuming the Following Java Statement: Circle C1 = New Circle(3);

Question 33

Multiple Choice

Assuming the following Java statement: Circle c1 = new Circle(3) ;
What does the variable c1 store?


A) The constructed object itself.
B) A reference to the Circle class.
C) A reference to the memory location of the constructed object.
D) The numeric value 3.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions