实例化一个类有以下四种方法: Leave a Comment / Java / August 20, 2008 August 20, 2008 1. new Xxx() 2. 通过反射机制中的newInstance()方法 3. clone() 4. 反序列化