String methods
lMethod Parameter      Returns      Operation Performed
lName Type
l
lequals String            boolean
l
l
lcompareTo String            int
l
     Tests for equality of string contents.
     Returns 0 if equal, a positive integer if the string in the parameter comes before the string associated with the method and a negative integer if the parameter comes after it.