Skip to main content

Posts

Showing posts with the label java 8

Java 8 interview Questions

Java 8 1. What are the new features released in Java 8? The new features released in Java 8 are: 1.      Lambda Expression 2.      Stream API 3.      Date and Time API 4.      Functional Interface 5.      Interface Default and Static Methods 6.      Optional 7.      Base64 Encoding and Decoding 8.      Nashorn JavaScript Engine 9.      Collections API Enhancements 10.   Concurrency Enhancements 11.   1Fork/Join Framework Enhancements 12.   Spliterator 13.    Internal Iteration 14.    Type Annotations and Repeatable Annotations 15.     Method Parameter Reflection 16.     JVM Parameter Changes 2.What are the main benefits of new features introduced in Java 8? The main benefits of Java 8 features are: 1. ...