

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is true about boolean equals(Object anObject)? |
A. | Tests if this string ends with the specified suffix |
B. | Compares this string to the specified object |
C. | Compares this String to another String, ignoring case considerations |
D. | None of the above |
Answer» C. Compares this String to another String, ignoring case considerations | |