pradeepkasula / java-8-features

Explanation of Java 8 new features with example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java 8 Features

  1. Lambda Expression
  2. Functional Interfaces
  3. Default method in Interface
  4. Static method in Interface
  5. Predefined Functional Interfaces
    5.1 Predicates
    5.2 Functions
    5.3 Consumer
    5.4 Supplier
  6. Double colon operator (::)
  7. Stream API
  8. Date and Time API (JODA API)

About

Explanation of Java 8 new features with example


Languages

Language:Java 100.0%