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
Q11: How many ways are there to test
Q15: The Random class has a method, nextFloat()
Q30: If x is a string, then x
Q31: The word println is a(n)<br>A) method<br>B) reserved
Q31: Java is able to represent 255 *
Q34: Use the following class definition to answer
Q36: Java is a strongly typed language. What
Q37: If x is the String "Hi There",
Q38: An employer has decided to award a
Q39: For the following questions, refer to the