Executor types

Report a typo

Match the executors and their descriptions.

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

Create a free account to access the full topic