Weak References
for original post go here. Strong references First I need to start with a refresher on strong references. A strong reference is an ordinary Java reference, the kind you use every day. For example, the code: StringBuffer buffer = new Continue reading Weak References