This post is to inform you that Java 8 has been officially released by Oracle. You can download the official release here.
In a nutshell:
Lambda expressions: a new language feature that enables you to treat functionality as a method argument, or code as data.
Other significant enhancements and changes to the Java language and standard libraries including default methods, the new java.util.stream package, and the Date-Time API.
Compact Profiles contain predefined subsets of the Java SE platform and enable applications that do not require the entire Platform to be deployed and run on small devices.
Security enhancements include updates...