True/False
If String a = "ABCD" and String b = "abcd" then
a.equals(b); returns false but
a.equalsIgnoreCase(b); returns true.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q38: Write a set of instructions to prompt
Q39: Write a program that will input some
Q40: Example Code Ch 02-1<br>public class Questions1_4<br>{<br>public static
Q41: An employer has decided to award a
Q42: If String name = "George W. Bush";
Q44: If x is the String "Hi There",
Q45: Since you cannot take the square root
Q46: Given the double likelihood = 0.013885 and
Q47: You cannot cast a String to be
Q48: Example Code Ch 02-1<br>public class Questions1_4<br>{<br>public static