Executor types

Report a typo

Match executors and their descriptions.

Match the items from left and right columns
Executors.newSingleThreadExecutor()
Executors.newCachedThreadPool()
Executors.newSingleThreadScheduledExecutor()
Executors.newFixedThreadPool(N)
An executor with N threads
An executor with the growing pool
An executor that schedules a task
An executor with a single thread
___

Create a free account to access the full topic