Lambda Expression Basics Java8

Lambda Expression Basics and Syntax – Java8

In simple term, a Lambda Expression is implementation of a Functional Interface. Lambda Expression is a way to provide implementation…

add comment
Functional Interface Java8 1200x630

Functional Interface – Java8

Before Java 8, an interface could only declare one or more methods also known as Abstract Method (method with no…

add comment