From: david <da...@da...> - 2004-04-03 21:20:05
|
if I create a java object in a let (let ((o (java.util.Hashtable.))) ..blah o ) and return that object so that a reference to it is saved , does this prevent other objects in the let from being garbage collected? davud |