Java - Strings and String Handling
What is the output of this code?
String s = "Hello"; System.out.println(s.charAt(1));
String s = "Hello"; System.out.println(s.charAt(1));
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions