String s1 = “abc”; String s2= “abg”; S1.compareTo(s2);
What will be result of the above code?
Reveal answer
Fill a bubble to check yourself
String s1 = “abc”; String s2= “abg”; S1.compareTo(s2);
What will be result of the above code?