240 发简信
IP属地:江西
  • JAVA引用Reference总结

    1.JAVA引用有四种 强引用 就是我们最常用的对象引用 String s = new String(""); SoftReference, WeakReference Ph...