Java String equals() Method The equals() method compares two strings, and returns true if the strings are equal, and false if not . Tip: Use the compareTo() method to compare two strings lexicographically.
Java String equals() Method The equals() method compares two strings, and returns true if the strings are equal, and false if not . Tip: Use the compareTo() method to compare two strings lexicographically.