Answer
Extend Thread or implement Runnable.
Call start() to run thread asynchronously.
Thread pools manage multiple threads efficiently.
Call start() to run thread asynchronously.
Thread pools manage multiple threads efficiently.