3303-flashcards/hATaBiZQ - 3303/iK3llXDu - When does a thread transition into the Dead state.md
2026-04-20 23:08:47 -04:00

5 lines
177 B
Markdown

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