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