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