The compareTo() method compares two strings lexicographically . The comparison is based on the Unicode value of each character in the strings. The method returns 0 if the string is equal to the other string.
What does the compareTo method do?
The compareTo() method compares two strings lexicographically . The comparison is based on the Unicode value of each character in the strings. The method returns 0 if the string is equal to the other string.