| 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
|
 |
 |
|
|
subject: Class toString
|
|
|