LAMBDA EXPRESSIONS & FUNCTIONAL INTERFACE

Java – It supports OOPs & FP paradigm. Based on oops, Everything in java are objects, except primitive data types. We need object references to call any method. In Functional Programming, Purpose: Concise coding Do not need object creations. LAMBDA EXPRESSIONS: Lambda expression is a new feature which is introduced in Java 8. A lambdaContinue reading “LAMBDA EXPRESSIONS & FUNCTIONAL INTERFACE”

Design a site like this with WordPress.com
Get started