Java - Strings and String Handling
Examine the error in this code:
String s = "example"; s = s.toLowerCase(); s.charAt(2) = 'A';
String s = "example"; s = s.toLowerCase(); s.charAt(2) = 'A';
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions