Click here to Skip to main content
15,894,740 members
Articles / Containers / Virtual Machine

Effective Java

Rate me:
Please Sign up or sign in to vote.
4.50/5 (4 votes)
31 Oct 2008CPOL41 min read 43.8K   12  
This chapter concerns creating and destroying objects: when and how to create them, when and how to avoid creating them, how to ensure they are destroyed in a timely manner, and how to manage any cleanup actions that must precede their destruction.

Revisions


  

Compare Revision Minor Date Status Editor
1 - publicly available No 31-Oct-08 11:57 Available Sean Ewington

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions