ExecutorService thread creation

Report a typo

We create a new ExecutorService object with the newFixedThreadPool() method.

ExecutorService service = Executors.newFixedThreadPool(5);

How many threads can concurrently execute tasks with this service object?

Select one option from the list
___

Create a free account to access the full topic