Which of the following interfaces is NOT a functional interface in Java?
Which of the following interfaces is NOT a functional interface in Java? a) Runnable b) Callable c) Comparator d) Iterable Answer: d) Iterable Explanation: The Iterable interface is not a functional interface in Java because it has more than one abstract method. A functional interface is defined as an interface that has exactly one abstract […]
Which of the following interfaces is NOT a functional interface in Java? Read More »