177 B
177 B
When does a thread transition into the Dead state?
💀 When its run() method terminates, either by returning normally or by throwing an uncaught exception.
💀 When its run() method terminates, either by returning normally or by throwing an uncaught exception.