Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 393 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 393 Bytes

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)