What is a functional interface?



What is a functional interface?..

Answer / Ashish Raj

A Functional Interface in Java is an interface that contains only one abstract method, or an interface that extends FunctionalInterface. These interfaces are used for lambda expressions and method references.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How do you use nextline in java?

1 Answers  


explain oops concepts with examples?

29 Answers   AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,


Does java isempty check for null?

1 Answers  


What is deadlock and how to avoid this?

2 Answers  


What are the differences between getting and load method?

1 Answers  


What is a line separator in java?

1 Answers  


how many ways we can serialize the java object?

2 Answers   Satyam,


What do you mean by ordered and sorted in collections in java?

1 Answers  


What are different types of encoding?

1 Answers  


Give an example of call be reference significance.

1 Answers   Agilent,


What is final keyword in java? Give an example.

1 Answers  


When will you define a method as static?

1 Answers  


Categories