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