What is the function of the isTerminated() method(s) of the ExecutorService interface of the java.util.concurrent package?
Answer: Checks whether all the worker threads have completerd after the shutdown was initiated. It never returns true unless either shutdown() or shutdownNow() was called first.
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.