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