Multiple choice

When a thread terminates its processing, into what state that thread enters?

  1. Running state

  2. Waiting state

  3. Dead state

  4. 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.