How do you properly start a thread in Java?
Triggering the run() method indirectly
Invoking the start() method
Using the execute() method
Calling the run() method directly