Which of the following methods is not available on an ExecutorService instance? (Choose two.) A. execute(Callable) B.

Question:

Which of the following methods is not available on an ExecutorService instance? (Choose two.) 

A. execute(Callable)

B. shutdownNow()

C. submit(Runnable)

D. exit()

E. submit(Callable)

F. execute(Runnable)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: