If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Q: What is a soft reference?
A: Soft references are generally retained if memory is available. If however, the JVM is running short of memory then the soft references can be garbage collected.
http://weblogs.java.net/blog/enicholas/archive/2006/05/understanding_w.html
http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ref/SoftReference.html
No related posts.










One Response
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.
Continuing the Discussion