《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)
备注:带*的表示比第二版多出的内容。ide
参考文献