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