News

4. Date APIs. The Date API is a new addition to Java 8. Before Date APIs, Developers needed to use Joda time library, but now everything works out of the box.
4. Stream API. Another new inclusion in Java 8, thanks to lambda syntax, is the Stream API, which enables developers to work with Collections.