Topic: Article : How to Handle Java Finalization's Memory-Retention Issues (Read 607 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Jan 18, 2006, 10:29:26 PM »
Finalization allows you to perform postmortem cleanup on Java objects, but it can delay the reclamation of resources, even if you do not use it explicitly. Learn how to avoid such memory-retention problems.