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

For explanation I would say: The isShutdown() method is USED to check whether the EXECUTOR has been shut down.



Discussion

No Comment Found

Related InterviewSolutions