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