5 lines
177 B
Markdown
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**.
|