MCQOPTIONS
Saved Bookmarks
| 1. |
________ submits a value-returning task for execution and returns a Future representing the pending results of the task. |
| A. | submit(Callable<T> task) |
| B. | awaitTermination |
| C. | submit(Runnable task, T result) |
| D. | invokeAll() |
| Answer» B. awaitTermination | |