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-
- forEach() method in Iterable interface
- default and static methods in Interfaces
- Functional Interfaces and Lambda Expressions
- Java Stream API for Bulk Data Operations on Collections
- Java Time API
- Collection API improvements
- Concurrency API improvements
- Java IO improvements
- Miscellaneous Core API improvements
https://leanpub.com/whatsnewinjava8/read (Along with Github link)
Comments
Post a Comment