MCQOPTIONS
Saved Bookmarks
| 1. |
______________ executes the given tasks, returning the result of one that has completed successfully. |
| A. | isShutdown |
| B. | invokeAny(Collection<? extends Callable<T>> tasks) |
| C. | invokeAll(Collection<? extends Callable<T>> tasks) |
| D. | invokeAll(Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) |
| Answer» C. invokeAll(Collection<? extends Callable<T>> tasks) | |