转载自:http://javaconceptoftheday.com/types-of-references-in-java-strong-soft-weak-and-pha...

IP属地:上海
转载自:http://javaconceptoftheday.com/types-of-references-in-java-strong-soft-weak-and-pha...
public class A { private int a; public A(int a) {this.a= a;} protected void finalize() ...