Multiple choice When a thread terminates its processing, into what state that thread enters? Running state Waiting state Dead state Beginning state Reveal answer Fill a bubble to check yourself C Correct answer Explanation When a thread completes execution or is stopped, it enters the dead (terminated) state. A dead thread cannot be restarted or run again.