java反射中,Class对象的哪些方法返回值是数组类型
A.getMethod();
B.getDeclaredMethods()
C.getConstructor();
D.getDeclaredConstructors()
正确答案是BD