A

Admin • 828.43K Points
Coach

Q. Which functional interface is preferred for computations that may fail with an exception?

  • (A) Supplier
  • (B) Runnable
  • (C) Callable
  • (D) Function

Explanation by: Admin
`Callable` can return a value and throw a checked exception.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.