This chapter concerns creating and destorying objects : when and how to create them, when and how to avoid creating them, how to ensure they are destoryed in a timely manner, how to manage any cleanup actions that must precede their destruction.
相关文章
- Effective Java P2 Creating and Destroying Objects
- Effective Java 05 Avoid creating unnecessary objects
- [Effective Modern C++] Item 7. Distinguish between () and {} when creating objects - 辨别使用()与{}创建对象的差别
- Effective Java Methods Common to All Objects
- Java中如何创建一个新的对象的/Creating Objects/
- Effective Java 52 Refer to objects by their interfaces