对象创建方法是什么?

答案解析

主要通过new关键字、反射(Class.newInstance())、clone()、反序列化(Serializable)等方式创建对象。