Can A Dead Thread Be Started Again In Java?
Can A Dead Thread Be Started Again In Java? Once a thread enters dead state it cannot be restarted. What will happen if a thread dies? A thread dies naturally when its run() method exits normally. For example, the while loop in this method is a finite loop–it will iterate 100 times and then exit.