Introduction to Java 8 in Layman's terms - Lambda expression & Functional interfaces basics
Apr 7, 2021 · 3 min read · What is Lambda expression ? To put it in simple terms Lambda expression is a short hand form of functions, more specifically anonymous functions. Anonymous functions are something that is not associated to a class . That is exactly what Lambda expres...
Join discussion