Pergunta de entrevista da empresa Revature

Name three methods of the String class

Resposta da entrevista

Sigiloso

17 de nov. de 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