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