Question:How many objects are created by the following code?
Object a, b, c, d, e;
e = new Object ();
b = a = e;
e = new Object ();
 

A 2 

B 5 

C 4 

D That code is invalid. 

+ Answer
+ Report
Total Preview: 1606

Copyright © 2024. Powered by Intellect Software Ltd