Lambda Expression | Java8
In this article, we will go through the lambda expression which is introduced as a part of Java8. This is one of my favorite feature from the Java8 apart from the Stream. This feature we can see as Java's support to the functional programming language. In simple word we can treat lambda expression as an […]