实例化Java对象有几种方式: 使用new 关键字进行实例化,最常用的方式通过反射机制,Class.forName().newInstance();实现Serializable接口,反序列化;主要是通过IO的readObject()方法实现实现Cloneable接口,调用对象的clone()方法