Capgemini interview question

What is a Functional Interface ?

Interview Answer

Anonymous

25 Mar 2024

Functional Interface that having one abstract method is known as functional interface. It can have any number of default, static methods but can contain only one abstract method.