What's this code going to print to the console?
Swee-heet! While == checks if the variables point to the same object, equals() checks if their values are equal.
Argh, so close! While == checks if the variables point to the same object, equals() checks if their values are equal.