Swee-heet! While == checks if the variables point to the same object, equals() checks if their values are equal.
==
equals()
Argh, so close! While == checks if the variables point to the same object, equals() checks if their values are equal.