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.

Related questions

0 votes
asked May 5 in JAVA by sharadyadav1986
0 votes
asked Apr 24 in JAVA by Robin
...