How many threads

Report a typo

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

ExecutorService executor = Executors.newCachedThreadPool();

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