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