Java 8 Features

Java 8 has really come out to be powerful where it has improved the performance with boilerplate code with respect to collections, interface.
Below are some key points-
  1. forEach() method in Iterable interface
  2. default and static methods in Interfaces
  3. Functional Interfaces and Lambda Expressions
  4. Java Stream API for Bulk Data Operations on Collections
  5. Java Time API
  6. Collection API improvements
  7. Concurrency API improvements
  8. Java IO improvements
  9. Miscellaneous Core API improvements
You can have a deeper understanding in below mentioned link-

https://leanpub.com/whatsnewinjava8/read (Along with Github link)

Comments

Popular posts from this blog

@Overrride annotation introduced in Java1.5

Liskov Substitution Principle (LSP)

Marie Choco Lava