Pregunta de entrevista de Expeditors

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

Respuesta de la entrevista

Anónimo

31 ago 2015

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