Question 25 / 35:  How many objects are eligible for garbage collection after executing line 7?

public class Tester {

public static void main(String[] args) {

Integer x = new Integer(3000);

Integer y = new Integer(4000);

Integer z = new Integer(5000);

Object a = x;

x = y;

y = z;

z = null; //line 7

}

}

A  0
B  1
C  2
D  3
E  4
<< First < Previous Flashcard Next > Last >>
Quiz Home Page
https://www.jobilize.com/ocjp-1z0-803-oca1-7-mock-exam-quiz-by-pankaj-kalra

OCA(1z0-803_OCA1.7)MockExamPI

Author:

Access: Public Instant Grading

Ask
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/ocjp-1z0-803-oca1-7-mock-exam-quiz-by-pankaj-kalra" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>