1、总结 Java从1.2版本开始引入了4种引用,总结就是“强软弱虚”,这4种引用的级别由高到低依次为: 强引用 > 软引用 > 弱引用 > 虚引用 ⑴强引用(StrongReference) 强引用是使用最普遍的引用。如