Tuesday, June 30, 2020

Features of JAVA 8 Introduction


1. What is an objective of Java 1.8 features?

  • To simplify the programming steps
  • To enable the functional programming benefits in java
  • To enable parallel programming (multi core processing)

2. What are the features available in java 1.8?

  • Lambda Expression
  • Functional Interfaces
  • Default methods
  • Predicates
  • Functions
  • Double colon Operator ::
  • Stream API
  • Date and Time API

No comments:

Post a Comment