Java最佳实践_Effective_Java_00

EffectiveJava

  1. Introduction 介绍
  2. Creating and Destroying Objects 创建和销毁对象
  3. Methods Common to All Objects 对于所有对象都通用的方法
  4. Classes and Interfaces 类和接口
  5. Generics 泛型
  6. Enums and Annotations 枚举和注解
  7. Methods 方法
  8. General Programming 泛型方法
  9. Exceptions 异常
  10. Concurrency 并发
  11. Serialization 序列化