3303-flashcards/hATaBiZQ - 3303/iK3llXDu - When does a thread transition into the Dead state.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

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.