InterviewSolution
Saved Bookmarks
| 1. |
_____________ returns true if this executor has been shut down.(a) isShutdown(b) isTerminated(c) submit(Runnable task, T result)(d) invokeAll()The question was asked by my college director while I was bunking the class.Question is from Batching Tests in section Running JUnit Tests from Ant of JUnit |
|
Answer» Correct CHOICE is (a) isShutdown |
|