InterviewSolution
Saved Bookmarks
| 1. |
The __________ class provides factory methods for the executor services provided in the package.(a) Executors(b) Exceptions(c) ReadOnly(d) AbstractMockI got this question during a job interview.This interesting question is from Maven Surefire topic in chapter Running JUnit Tests from Maven2 of JUnit |
|
Answer» CORRECT option is (a) Executors To explain I would SAY: The Executors CLASS has factory methods for theexecutor SERVICES. |
|