What is FutureTask class in java?
Answers
Answered by
0
Let's revise some key points about Future concept and FutureTask class in Java itself. 1. Future is a base interface and defines abstraction of an object which promises result to be available in future while FutureTask is an implementation of the Future interface.
Similar questions