3303-flashcards/hATaBiZQ - 3303/1mP3Csyc - What two events cause a thread to terminate and release the processor permanently.md
gwg313 e83b60af4f
first commit
update readme

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

10 lines
No EOL
229 B
Markdown

What two events cause a thread to **terminate** and release the processor permanently?
---
🏁
1. The **`run()`** method finishes its execution.
2. An **exception** is thrown that propagates beyond the `run()` method.