show/hide this revision's text 2 Remove incorrect remark about WeakReference.

Keep an eye out for static containers. Any objects in a static container will remain as long as the class is loaded.

The solution is to use the

Edit: removed incorrect remark on WeakReferenceclass.

show/hide this revision's text 1

Keep an eye out for static containers. Any objects in a static container will remain as long as the class is loaded.

The solution is to use the WeakReference class.