Multiple choice technology programming languages Running thread can't come back to runnable state directly. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation A running thread can yield, be preempted, or complete its time slice, which transitions it directly back to the runnable state. Therefore, it is false to say it cannot return to the runnable state directly.