Hi Paul: I suggest u use Object.getClass().getName(), Object.hashCode() to track a runtime object, cos toString() is very useful some time, like System.out.println("This is my object: "+myObject+", can u see it?"), or Hashtable.toString(), StringBuffer.toString(), java.sql.Date.toString(), org.apache.turbine.service.db.util.Criteria.toString()... They're all useful or even necessary sometime. This is my opinion. Regards joe
Get more from the Web. FREE MSN Explorer download : http://explorer.msn.com |
- toString() Paul Hammant
- Re: toString() Sylvain Wallez
- Re: toString() Peter Donald
- Re: toString() Paul Hammant
- joe black