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 |
How do you use nextline in java?
explain oops concepts with examples?
29 Answers AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,
Does java isempty check for null?
What is deadlock and how to avoid this?
What are the differences between getting and load method?
What is a line separator in java?
how many ways we can serialize the java object?
What do you mean by ordered and sorted in collections in java?
What are different types of encoding?
Give an example of call be reference significance.
What is final keyword in java? Give an example.
When will you define a method as static?