nerdexam
GIAC

GSSP-JAVA · Question #25

Which of the following are valid thread state transitions? Each correct answer represents a complete solution. Choose all that apply.

The correct answer is A. From running to ready. C. From running to waiting. D. From waiting to ready. E. From ready to running. See the full explanation below for the reasoning.

Question

Which of the following are valid thread state transitions? Each correct answer represents a complete solution. Choose all that apply.

Options

  • AFrom running to ready.
  • BFrom ready to waiting.
  • CFrom running to waiting.
  • DFrom waiting to ready.
  • EFrom ready to running.
  • FFrom waiting to running.

How the community answered

(29 responses)
  • A
    76% (22)
  • B
    17% (5)
  • F
    7% (2)

Community Discussion

No community discussion yet for this question.

Full GSSP-JAVA Practice