Hallet, J. J.; Kfoury, A. J.
(Boston University Computer Science Department, 2005-08-08)
A weak reference is a reference to an object that is not followed by the pointer tracer when garbage collection is called. That is, a weak reference cannot prevent the object it references from being garbage collected. ...