一、Proxy类,java.lang.reflect.Proxy * {@code Proxy} provides static methods for creating d...

IP属地:广东
一、Proxy类,java.lang.reflect.Proxy * {@code Proxy} provides static methods for creating d...
就用设计模式中的概念引入一个Demo吧,Demo的作用主要是要了解代理的使用方法和需要使用的类及接口。 1.Subject接口 public interface Subjec...
一、JAVA引用 JAVA中有四种引用,强引用、软引用、弱引用、虚引用,而这些引用在代码层次都继承了Reference<T>这个类。 上面可以看到常见的虚引用(Phantom...