人在江湖

            BlogJava :: 首頁 :: 聯系 :: 聚合  :: 管理
            82 Posts :: 10 Stories :: 169 Comments :: 0 Trackbacks

          轉載自: http://www.java-tips.org/java-se-tips/java.util/using-weakhashmap-for-listener-lists.html

          In the Java platform, there are four types of references to objects. Direct references are the type you normally use, as in:

          Object obj = new Object()

          You can think of direct references as strong references that require no extra coding to create or access the object. The remaining three types of references are subclasses of the Reference class found in the java.lang.ref package. Soft references are provided by the SoftReference class, weak references by the WeakReference class, and phantom references by PhantomReference.

           
          Soft references act like a data cache. When system memory is low, the garbage collector can arbitrarily free an object whose only reference is a soft reference. In other words, if there are no strong references to an object, that object is a candidate for release. The garbage collector is required to release any soft references before throwing an OutOfMemoryException.


          Weak references are weaker than soft references. If the only references to an object are weak references, the garbage collector can reclaim the memory used by an object at any time. There is no requirement for a low memory situation. Typically, memory used by the object is reclaimed in the next pass of the garbage collector.


          Phantom references relate to cleanup tasks. They offer a notification immediately before the garbage collector performs the finalization process and frees an object. Consider it a way to do cleanup tasks within an object.

          posted on 2011-01-30 18:11 人在江湖 閱讀(356) 評論(0)  編輯  收藏 所屬分類: java
          主站蜘蛛池模板: 枣阳市| 安义县| 罗定市| 嵊州市| 革吉县| 会东县| 琼结县| 泾川县| 铜川市| 彝良县| 资中县| 宁陵县| 东阿县| 天峨县| 南通市| 宁海县| 府谷县| 凤凰县| 元氏县| 井研县| 大石桥市| 沽源县| 新乡县| 当雄县| 启东市| 临武县| 嘉荫县| 衡东县| 宝坻区| 阿尔山市| 横峰县| 丰顺县| 鹿邑县| 南漳县| 广水市| 孙吴县| 溧水县| 卢龙县| 佛坪县| 南川市| 莱西市|