Q. Which functional interface is used to evaluate conditions with lambda expressions?
β
Correct Answer: (C)
Predicate
Explanation: `Predicate<T>` is a functional interface that evaluates a condition and returns a boolean.