How can a thread's execution be interrupted in Java?
Removing all references to the thread
Using the stop() method
Setting the thread's priority to the lowest level
Calling the interrupt() method on the thread