aspose file tools
The moose likes Beginning Java and the fly likes Class toString Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Class toString" Watch "Class toString" New topic
Author

Class toString

aakash bhatt
Ranch Hand

Joined: Jan 09, 2003
Posts: 182
When does toString gets fired even if for Class like Integer, Bigdecial
For an eg: System.out.println("Value is" +varInt);
Does all class can be converted to toString
Regards,
aakash
Pradeep bhatt
Ranch Hand

Joined: Feb 27, 2002
Posts: 8876

There is a toString method in the super class Object. You can override the method to output meaning info pertaining to the object.


Groovy
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Class toString
 
Similar Threads
synchronization issue
print random letters(LinkedList)
toString()
regarding DateFormat and calender
System.out.print problem