How to Handle Java Finalization’s Memory-Retention Issues December 27, 2005 inalization is a feature of the Java programming language that allows you to perform postmortem cleanup on objects that the garbage collector has found to be unreachable. It is typically