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