Computer Science, asked by sourabhkanglesk, 2 months ago

which features are introduced in java 8 ?​

Answers

Answered by MrTSR
1

Answer:

Features that are introduced in Java 8 are:-

Lambda Expression:-

  •    Lambda expression is an anonymous function ( without name, return type and access modifier and having one lambda ( → ) symbol )

⇒ Stream API

⇒ Default methods in the interface

⇒ Static methods

⇒ Functional Interface

⇒ Optional

⇒ Method References

⇒ Date API

⇒ Nashorn, JavaScript Engine

Similar questions