Executor just executes stuff you give it.
ExecutorService adds startup, shutdown, and the ability to wait for and look at the status of jobs you’ve submitted for execution on top of Executor (which it extends).
Executor just executes stuff you give it.
ExecutorService adds startup, shutdown, and the ability to wait for and look at the status of jobs you’ve submitted for execution on top of Executor (which it extends).