Multiple choice technology programming languages What are the states associated in the thread?- Ready Running Waiting 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.