Question d’entretien chez Revature

Name three methods of the String class

Réponse à la question d'entretien

Utilisateur anonyme

17 nov. 2020

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