Skip to content

Feature Java 8

Vishnu Garg edited this page Aug 31, 2018 · 4 revisions

Java 8 Features

  1. Lambda Expression
  2. Method references
  3. Functional interfaces
  4. Interface changes: Default and static methods
  5. Streams
  6. Stream filter
  7. forEach()
  8. Collectors class with example
  9. StringJoiner class with example
  10. Optional class with example
  11. Arrays Parallel Sort

Lambda Expression

Refrence https://beginnersbook.com/2017/10/java-lambda-expressions-tutorial-with-examples/

References

Clone this wiki locally