“Java is still not dead—and people are starting to figure that out.”
Welcome to my introduction to Java 8 . (…) At the end of the article you’ll be familiar with the most recent API changes like streams, functional interfaces, map extensions and the new Date API.
No walls of text – just a bunch of commented code snippets. Enjoy!
- Default Methods for Interfaces
- Lambda expressions
- Functional Interfaces
- Method and Constructor References
- Lambda Scopes
- Built-in Functional Interfaces
- Streams
- Parallel Streams
- Map
- Date API
- Annotations