A ________ is a result-bearing computation that can be canceled and can compute the result asynchronously provided by ExecutorService.

  • Callable
  • ExecutorService
  • Runnable
  • Thread
A Callable in Java is a result-bearing computation that can be canceled and can compute the result asynchronously. It is typically used with ExecutorService to perform tasks that return values or throw exceptions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *