lambda-expressions

Lambda Expressions

A lambda expression is a short block of code which takes in parameters and returns a value. Lambda expressions are similar to methods, but they do not need a name and they can be implemented right in the body of a method.

Posted August 22, 2022 by Anusha ‐ 3 min read

core java programming lambda-expressions

Subscribe For More Content