Which of the following is not true of ExecutorService?

a. It is a subinterface of Executor.
b. It is an object that can be run in a separate thread.
c. It declares method shutdown.
d. It manages a group of threads.

b. It is an object that can be run in a separate thread.

Computer Science & Information Technology

You might also like to view...

A validation list can be created by all of the following methods EXCEPT:

A) typing the list. B) referring to a range of cells. C) setting validation criteria. D) using a function.

Computer Science & Information Technology

You must end very SQL statement with a ________

A) comma (,) B) period (.) C) colon (:) D) semicolon (;)

Computer Science & Information Technology