Solved

The  String  Class ____ Method Is Similar to the  Equals()

Question 55

Multiple Choice

The  String  class ____ method is similar to the  equals()  method. As its name implies, this method does not consider case when determining if two  String s are equivalent.


A) equalsCase()
B) equalsOmitCase()
C) equalsAllCase()
D) equalsIgnoreCase()

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions