

MCQOPTIONS
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<? extends Callable<T>> tasks) |
D. | invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) |
Answer» D. invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) | |