Multiple choice To compare two strings for equality _____________ method is used. equals() regionMatches() equalsIgnoreCase() reverse() Reveal answer Fill a bubble to check yourself A Correct answer Explanation The 'equals()' method is used to compare two strings for equality.