1.

What are the new features in Java 8?

Answer»

New FEATURES introduced in Java 8 are:-

  • Introduction of Lambda Expression- first step to functional programming
  • New STREAM API to support pipeline processing.
  • Optional − Emphasis on handling null VALUES properly.
  • Nashorn Engine- Provides BETTER performance than Rhino JAVASCRIPT engine.
Related Article: What are the new features of Java 8


Discussion

No Comment Found