第一种 使用new关键字
第二种 使用反射技术:1)通过Class类的newInstance()方法;2)通过Constructor类的newInstance方法
第三种 通过Object类的clone()方法
第四种 通过反序列化的方式