1.

How many String objects have been created? String x = new String("xyz"); String y = "abc"; x = x + y;

A. 2
B. 3
C. 4
D. 5
Answer» D. 5


Discussion

No Comment Found