Home » Java Programming » Java.lang Class

What will be the output of the program? String x = new String("xyz"); String y = "abc"; x = x + y; How many String objects have been created?

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!