0 votes
in JAVA by
Functional Interfaces: What Are They?

1 Answer

0 votes
by

An interface that just has one abstract method is said to be functional. These interfaces are implemented using a Lambda Expression, therefore in order to utilise it, you must either develop a new task to implement or use an existing functional interface from Java 8.

Related questions

0 votes
asked May 31, 2022 in JAVA by Robin
0 votes
asked Oct 13, 2020 in JAVA by SakshiSharma
...