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