void start() { A a = new A(); B b = new B(); a.s(b); b = null; /* Line 5 */ a = null; /* Line 6 */ System.out.println("start completed"); /* Line 7 */ }

0 votes
A. after line 5
 
0% / 0 votes
B. after line 6
 
0% / 0 votes
C. after line 7
 
0% / 0 votes
D. There is no way to be absolutely certain.
 
0% / 0 votes


Click here to share poll on specific pages, user profiles or purchase votes!