Home » Java Programming » Java.lang Class

What will be the output of the program? String s = "ABC"; s.toLowerCase(); s += "def"; System.out.println(s);

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!