Pergunta de entrevista da empresa Expeditors

For java questions in phone interview it was general java questions you probably would have learned in your first coding class in java. Ex: How do you compare a string to another string

Resposta da entrevista

Sigiloso

11 de set. de 2022

Use the equals() method like str1.equals(str2)

1