Lambda Expression in java | Lambda Expression in java 8

Опубликовано: 08 Октябрь 2024
на канале: Java Practical Guru
34
2

Lambda Expression in java | Lambda Expression in java 8

1. concise way to represent a method as an object.
2. We have to use (arguments) - {body}
3. It is also called anonymous function or method. Because it does not have any name, return type and access modifier.

Related Video:
Functional Interface in java 8:
   • Functional Interface | What is functi...  

#java
#java8
#javatutorial
#javacore