Explicit Object Release Pattern

The Explicit Object Release pattern suggests the idea of releasing external objects when they are no longer needed. In Java we have finalize() method and finally statement.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License