Java 8 New Features
After Java 1.5 version, Java 8 is the next major version. Before Java 8, sun people gave importance only for objects but in 1.8 version oracle people gave the importance for functional aspects of programming to bring its benefits to Java. i.e., it doesn’t mean Java is functional oriented programming language. Following are the Java 8 New Features:
- Lambda Expression
- Functional Interfaces
- Default methods
- Predicates
- Functions
- Double colon operator (::)
- Stream API
- Date and Time API
Java 8 New Features