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