Want to finally get hands-on training on Java 8 Lambdas? Join the
JDK 8 MOOC on Lambdas and Streams! The course starts on July 14th and runs for 3 weeks. Take this online course at your own pace. You will be able to interact with your peers and the instructor panel on a dedicated forum.
In this
course, you will learn:
- Apply Lambdas to everyday problems
- Convert anonymous classes to Lambda expressions
- Apply the Streams API to solve problems of sorting, identifying the most and least, and reducing duplicates
- Determine when to apply Lambdas (and when not to!)
- Use Collectors
- Improve performance with parallel streams
- Debug Lambda expressions