Lambda Expression in Java - Part 1
Hi,
In this tutorial, we will understand Lambda Expressions in Java. First, we will understand the what and why of the lambda expression, then we will jump into the details.
What is a lambda expression?
Lambda expression was added in Java 8.
It is a ...
riteshpanigrahi.hashnode.dev5 min read