Thursday 18 August 2016

Java 8 Features:

Java 8 is the latest java version available. This has many new features within it. I have listed all the Java 8 features below.

1) Lambda Expression (parameter -> expression)
2) Method reference (::)
3) Functional reference (->)
4) Default method in Interface
5) Nashorn  Javascript engine for Java
6) Advanced Data and Time API
7) Stream API
8) Optional Class
9) Base64.

I will elaborate each and every feature in the upcoming post. 

No comments: