The toString method is used to return a string representation of an object . If any object is printed, the toString() method is internally invoked by the java compiler. Else, the user implemented or overridden toString() method is called.
The toString method is used to return a string representation of an object . If any object is printed, the toString() method is internally invoked by the java compiler. Else, the user implemented or overridden toString() method is called.