What is the function of the newFixedThreadPool(int nThreads) method(s) of the Executors class of the java.util.concurrent package?
Answer: Creates a thread a pool that reuses a fixed number of worker threads; if a new task is submitted when all the worker threads are still executing, it will be placed into the queue until a worker thread is available
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.