Question: Explain the concept of the Future and FutureTask in Java.Answer: Future represents the result of an asynchronous computation, and FutureTask is a concrete implementation of the Future interface. |
Is it helpful?
Yes
No
Most helpful rated by users: