Domanda di colloquio di Expeditors

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

Risposta di colloquio

Anonimo

31 ago 2015

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