Java - Strings and String Handling
Which of the following is the correct syntax to compare two strings
s1 and s2 ignoring case in Java?s1 and s2 ignoring case in Java?equalsIgnoreCase() to compare strings ignoring letter case differences.s1.equalsIgnoreCase(s2) is the correct method call syntax.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions