CodeEggDailyInterview icon indicating copy to clipboard operation
CodeEggDailyInterview copied to clipboard

Java创建对象的几种方式。

Open kukyxs opened this issue 6 years ago • 1 comments

kukyxs avatar Sep 09 '19 12:09 kukyxs

使用new关键字 使用Class类的newInstance方法 使用Constructor类的newInstance方法 使用clone方法 使用反序列化

参考: https://www.cnblogs.com/cy19/p/7684520.html

lydlovezjr avatar Sep 10 '19 11:09 lydlovezjr