Thursday, January 20, 2005

JAVA: Soft References

Soft references seem to be quite useful to protect memory overflow for cached data or volatile data. Thought I pop a couple of links in.

The api reference:

http://java.sun.com/j2se/1.3/docs/api/java/lang/ref/SoftReference.html

Another blog:

http://www.coffee-bytes.com/servlet/ShowEntryForId?id=107