Pergunta de entrevista da empresa Expeditors

What is the difference between comparing a string variable with "==" and .equals()?

Resposta da entrevista

Sigiloso

31 de ago. de 2015

== checks for the exact string reference .equals() checks for the equivalency of the 2 strings.