Posted By:
Harsh_Soni
Posted On:
Saturday, June 21, 2003 09:58 AM
Hi,
If the entries in a Hashtable are overwritten using
putAll()
, but the Hashtable continues to be referenced as it is a static class member, will the entries that got overwritten be available for garbage collection?