JLambda Expressions and Stream API

# Introduction In this lab, you will learn how to use two of the most important features of Java 8 - Lambda expressions and Stream API. Lambda expressions are used to create anonymous functions that can be passed as arguments to other methods, whereas Stream API is used to perform a sequence of operations on a collection.

|60 : 00

Click the virtual machine below to start practicing