Thursday, September 25, 2014

Java 8

Links:
http://cr.openjdk.java.net/~mr/se/8/java-se-8-edr-spec.html
http://ttux.net/post/java-8-new-features-release-performance-code/

Book: Java 8 Lambdas by  Richard Warburton


My favorite section is Lambda-Enabled Design Patterns. It was surprise to me because I did not expect to read anything about the design patterns.
In addition:
Every code line works successfully. It is hardly seen in many books. Have you ever used  the static imports? With the examples of this book, you would be :).

As everybody knows It isn't your Grandmother's Java, anymore!


Book: Java SE 8 for the Really Impatient by Cay S. Horstmann


Streams, Time API, Lambdas, Java FX and Nashorn JS Engine are explained with samples in this book.



If John Lennon would have been lived, He would have been compose a song for Java 8. 




No comments:

Post a Comment