1 Star 9 Fork 0

clxering/Effective-Java-3rd-edition-Chinese-English-bilingual

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Chapter-2-Introduction.md 2.29 KB
一键复制 编辑 原始数据 按行查看 历史

Chapter 2. Creating and Destroying Objects(创建和销毁对象)

Chapter 2 Introduction(章节介绍)

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.

本章涉及创建和销毁对象:何时以及如何创建对象,何时以及如何避免创建对象,如何确保它们被及时销毁,以及如何管理在销毁之前必须执行的清理操作。

Contents of the chapter(章节目录)

Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
git@gitee.com:clxering/Effective-Java-3rd-edition-Chinese-English-bilingual.git
clxering
Effective-Java-3rd-edition-Chinese-English-bilingual
Effective-Java-3rd-edition-Chinese-English-bilingual
dev

搜索帮助