Returns the string representation of the Object argument.
Object
Parameters:
obj
Returns: if the argument is null, then a string equal to "null"; otherwise, the value of obj.toString() is returned.
null
"null"
obj.toString()
See also: java.lang.Object.toString()
Diagram: String