1.

The Executor implementations provided implement ____________ which is a more extensive interface.(a) ExecutorService(b) ThreadPoolExecutor(c) ArrayDeque(d) SerialExecutorI have been asked this question in an international level competition.My query is from Creating HTML Reports topic in portion Running JUnit Tests from Ant of JUnit

Answer»

The CORRECT choice is (a) ExecutorService

The EXPLANATION: The ExecutorService interface is extended and IMPLEMENTED by the Executor implementations.



Discussion

No Comment Found

Related InterviewSolutions