A.有參構造方法 B.無參構造方法 C.公共的構造方法 D.公共無參構造方法
A.mth.invoke(obj) B.mth.setAccessible(true) C.mth.getDeclaredMethod(name) D.obj.showInfo()
A.Class對象 B.Constructor對象 C.Method對象 D.Field對象