Q. Which functional interface is preferred for computations that may fail with an exception?
β
Correct Answer: (C)
Callable
Explanation: `Callable` can return a value and throw a checked exception.