Which of the following is true about the ExecutorService in Java?
Java MCQ: Which of the following is true about the ExecutorService in Java? a) It allows for direct management of threads b) It is used for managing a pool of threads c) It cannot return results from submitted tasks d) It is a subclass of the Thread class Answer: b) It is used for managing […]
Which of the following is true about the ExecutorService in Java? Read More »