Java 8 features

 Java 8 features:

  1. Lambda Expression
  2. Functional Interface
  3. Default method and static method
  4. Predefined functional interface Predicate, Function, Consumer, Supplier
  5. Double colon (::) Operator: Method Reference, Constructor Reference
  6. Streams
  7. Date and time API
  8. Operational Class
  9. Nashorn Javascript Engine



Comments

Popular posts from this blog

Coding Problem 3 - Weather Observation Station 7 [HackerRank - SQL]

public static void main(String [] args) - Full Explanation

Primitive Data Types in java