《Effective Java, Third Edition》一书英文版已经出版,这本书的第二版想必很多人都读过,号称Java四大名著之一,不过第二版2009年出版,到现在已经将近8年的时间,但随着Java 6,7,8,甚至9的发布,Java语言发生了深刻的变化。

读书笔记

  • 第1章 介绍 (Introduction)
  • 第2章 创建和销毁对象(Creating and Destroying Objects)
    • 第1条 考虑用静态工厂方式替代构造器(Consider static factory methods instead of constructors)
  • 第3章 对于所有对象都通用的方法(Methods Common to All Objects)
  • 第4章 类和接口(Classes and Interfaces)
  • 第5章 泛型(Generics)
  • 第6章 枚举和注释(Enums and Annotations)
  • 第7章 Lambda和流(Lambdas and Streams)*
  • 第8章 方法(Methods)
  • 第9章 通用程序设计(General Programming)
  • 第10章 异常(Exceptions)
  • 第11章 并发(Concurrency)
  • 第12章 序列化(Serialization)
  • 其他(Other)

备注:带*的表示比第二版多出的内容。

参考文献

posted on 2018-04-10 21:04  虾皮  阅读(4483)  评论(0编辑  收藏  举报