____________ submits a Runnable task for execution and returns a Future representing that task.
(a) submit(Callable<T> task)
(b) awaitTermination
(c) submit(Runnable task, T result)
(d) invokeAll()
This question was posed to me by my college director while I was bunking the class.
This intriguing question comes from Batching Tests in portion Running JUnit Tests from Ant of JUnit