What will be the output of given code?
String s = “Welcome To Java”; s.length(); s.charAt(9);
Reveal answer
Fill a bubble to check yourself
What will be the output of given code?
String s = “Welcome To Java”; s.length(); s.charAt(9);