通过反射创建对象的两种方式是?

通过反射创建对象的两种方式是?

A.使用Class对象的newInstance()方法

B.直接使用new创建对象

C.使用Constructor对象的newInstance()方法"

D.以上说法都不正确

正确答案是AC