Name three methods of the String class
Anonimo
Concat() add two strings length() provides a length of string chatAt(char c) returns an index number of where the character is found toLowerCase() toUppserCase() equals() checks another string case sensitive equalsIgnoreCase() trim() -- deletes white spaces from start and ending of string