InterviewSolution
Saved Bookmarks
| 1. |
_______________ is used for the execution of the given tasks, returning a list of Futures holding their status and results after completion.(a) isShutdown(b) isTerminated(c) invokeAll(Collection |
|
Answer» Right option is (C) invokeAll(Collection extends Callable |
|