0 votes
in JAVA by

Which of the following is not a built-in functional interface in Java 8?

a) Predicate

b) Function

c) BiFunction

d) Procedure

1 Answer

0 votes
by

Answer: d) Procedure.

Explanation: Although it is often used in functional programming, Procedure is not a built-in functional interface in Java 8.

...