摘要:
java.lang.NullPointerException at com.itheima.test.Test2.fun1(Test2.java:18) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.ref 阅读全文
摘要:
1.2 相关知识点:Proxy l Proxy.newProxyInstance 三个参数 n 参数1:loader ,类加载器,动态代理类运行时创建,任何类都需要类加载器将其加载到内存。 u 一般情况:当前类.class.getClassLoader(); n 参数2:Class[] interf 阅读全文