Capgemini interview question

What is a Functional Interface ?

Interview Answer

Anonymous

Mar 25, 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.