0 votes
in JAVA by
What is functional interface in java?

1 Answer

0 votes
by

What is functional interface in java?

A functional interface in Java is an interface that contains only a single abstract (unimplemented) method. A functional interface can contain default and static methods which do have an implementation, in addition to the single unimplemented method.

Related questions

0 votes
asked Feb 28, 2023 in JAVA by rajeshsharma
0 votes
asked Oct 18, 2020 in JAVA by sharadyadav1986
...