toString

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString(

Returns a string representation of the object.

What does it mean?

I can write many methods that return a string. What is the specific thing that this method does?

http://www.javabeginner.com/learn-java/java-tostring-method :slight_smile: