String s = “Welcome To Java” s.substring(4, 4 );
What will be the answer 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 answer of the given code?