What's this code going to print to the console?

Equal!The same!Spocknull

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.