source: Dan Chisholm
Which of the following
thread state transitions model the lifecycle of a thread?
a. The Dead state to the Ready state
b. The Ready state to the Not-Runnable state
c. The Ready state to the Running state
d. The Running state to the Not-Runnable state
e. The Running state to the Ready state
f. The Not-Runnable state to the Ready state
g. The Not-Runnable state to the Running state
Ans: c,d,e,f
Doubt: Is option �g� not a valid one?
Thanks,
Gitesh