如何获取public修饰符修饰的Method对象?
2024-01-20多选题
如何获取public修饰符修饰的Method对象?
A.getDeclaredMethods();
B.getMethods();
C.getMethod(String methodName);
D.getFields();
正确答案是BC

如何获取public修饰符修饰的Method对象?
A.getDeclaredMethods();
B.getMethods();
C.getMethod(String methodName);
D.getFields();
正确答案是BC