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