Tag Archives: garbage-collection

Quick Guide to using Weak References in Java

Java’s WeakRef functionality is an easy way to handle a lot of data but not have to worry about running out of memory. Here is a quick guide and example of use. Continue reading

Posted in java | Tagged , , , | Leave a comment