Lambda Switch Case Challenge

lambda switch case

In Java 12 the new switch case with lambda preview feature was introduced which reduces the boilerplate code. In Java 14, this feature became standard. Now instead of using the break keyword in every case statement, we can simply use a lambda.

Without further ado, it’s time to challenge yourself with this Java Challenge! Are you ready?

It's time to improve your Java skills with this Lambda Switch Case Challenge

Lambda Switch Case Challenge

What will happen after the main method is executed?

lambda switch case

To watch the FULL explanation in video, check the following video: (Warning: try out the Java Challenge first, then watch the video explanation)

Written by
Rafael del Nero
Join the discussion