List of Java 8 Features

 When the interviewer come up with this Question, try to cover as many features as you know with their uses and implementation idea. If asked make sure you have enough hands on practice with features like Streams, lambda.

Following are the list of Features introduced in java 8

  1. Functional Interface
  2. Lambda Expression
  3. Method Reference
  4. Stream API
  5. Default and Static Method in Interface
  6. Time API
  7. Optional Class
  8. Collectors class
  9. ForEach() method in Iterable Interface
  10. I/O Improvement
  11. Some methods being added in Collection API ( filter(), spliterator(), ForEachRemaining(), ReplaceAll (), calculate(), and merge())
These are the features being introduced in Java 8.

Comments

Popular posts from this blog

Why Pointers are Eliminated in Java?

What is the advancement made in Hashmap in Java 8?

Integer.parseInt(“text”)