Resumes
Archives
My Xbox Gamertag
Categories
Meta
Tag Archives: weak-references
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