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