_____________ returns true if all tasks have completed following shut down.
(a) submit(Callable<T> task)
(b) isTerminated
(c) submit(Runnable task, T result)
(d) invokeAll()
The question was asked in final exam.
Asked question is from Batching Tests topic in section Running JUnit Tests from Ant of JUnit