In this article, we will discuss the most important features in Java 8 Lambda expression.
First, We will discuss Lambda expression and then we will discuss its use in programming.
What is Lambda expression ?
Lambda expression is an anonymous function. In other word's, It's short block of code which is takes parameter and return value. By using lambda expression, we can write more readable, maintainable and concise code. It's enable functional programing in Java.
No comments:
Post a Comment