Java 8 New Features

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:

  1. Lambda Expression
  2. Functional Interfaces
  3. Default methods
  4. Predicates
  5. Functions
  6. Double colon operator (::)
  7. Stream API
  8. Date and Time API

Java 8 New Features

Scroll to top