Multiple Choice
What is the output of the following code: Circle c1 = new Circle(3) ;
Circle c2 = c1;
C1) setRadius(4) ;
System.out.println(c2.getRadius() ) ;
A) 4
B) 3
C) 6
D) 8
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q9: A set of values and the operations
Q10: Which statement calls a constructor with no
Q11: What do object variables store?<br>A) objects<br>B) classes<br>C)
Q12: A _ is a collection of classes
Q17: Which of the following statements about methods
Q18: What terminology describes a method that returns
Q19: Which statement stores an integer value in
Q27: Which of the following is the best
Q67: What is the name of the type
Q76: Which statement about identifiers is correct?<br>A)Identifiers are