If you have an object already and it is cloneable, you can clone it without invoking any constructor :)
On 11/15/07, Andrew Zhang <[EMAIL PROTECTED]> wrote: > Hi, > > Is it possible to new an object without invoking any constructor? I know the > question is a bit weird. What I want is to create an object with all > null/default value for its fields. > Reseting all fields to null by reflection is a possible solution, but is > there any existing special method (no matter it's low level or Harmony > specific) which can achieve this goal? > Thanks! > > > -- > Best regards, > Andrew Zhang > > http://zhanghuangzhu.blogspot.com/ > -- Tony Wu China Software Development Lab, IBM
