There are two ways for a thread to die:
a) It could die of natural causes which is when the run() method finishes or return,
or
b) it could be kill by using the stop() method or when something goes wrong with the program(This could be an Exception) or computer.