Java-Comparing Length
Comparing Length It should be carefully noted here equals( ), equalsIgnoreCase( ) methods enable us to check whether two strings are identical or not. However, in some situations, we may wish to test whether one string is greater than, equal to or less than another string. The compareTo( ) method of the String class is … Read more…