Which of the following is not a built-in functional interface in Java 8?
a) Predicate
b) Function
c) BiFunction
d) Procedure
Answer: d) Procedure.
Explanation: Although it is often used in functional programming, Procedure is not a built-in functional interface in Java 8.