Java Professional — Easy
Key points
- `awaitTermination()` waits for all tasks to finish
- `shutdown()` initiates an orderly shutdown but does not block
- `stop()` abruptly stops execution, not waiting for tasks to finish
Ready to go further?
Related questions
