Multiple choice technology programming languages

What are the states associated in the thread?-

  1. Ready

  2. Running

  3. Waiting

  4. All the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A thread can be in multiple states during its lifecycle: Ready (waiting for CPU), Running (actively executing), Waiting (blocked for resources/time), and others like Blocked and Terminated.