Effective Java 3rd Edition by Joshua Bloch
Effective Java 3rd Edition by Joshua Bloch has been released last December (2017) which is targeting Java 7,8 and 9th Versions.
The new version includes,
- Functional interfaces, lambda expressions, method references, and streams
- Default and static methods in interfaces
- Type inference, including the diamond operator for generic types
- The @SafeVarargs annotation
- The try-with-resources statement
- New library features such as the Optional interface, java.time, and the convenience factory methods for collections
You also can see the seminar by Joshua Bloch on 'Effective Java - Still Effective After All These Years' (video).
No comments:
Post a Comment