From the toString method of Object in the Java API:

The toString method for class Object returns a string consisting of the name of the class of which the object is an instance, the at-sign...