Locale-Sensitive Java Method
java.lang.Object
public String toString()
Internationalization (I18n) Function Overview
The method toString returns a string representation of the object. In general, the toString method returns a string
that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read.
It is recommended that all subclasses override this method.
For more information on toString , click
here.
|