多项选择题

A.使用类的Class对象调用newInstance()方法
B.使用类的Constructor对象调用newInstance()方法
C.使用类的Class对象调用invoke()方法
D.使用类的Constructor对象调用invoke()方法