• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need your help about the keyword transient!!!(scjp07-Q161)

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Q161 Which of the following thread state transitions are valid?
A From ready to running.
B From running to ready.
C From running to waiting.
D From waiting to running.
E From waiting to ready.
F From ready to waiting.

the given ans is;ABCE.
I can't find clearly grasp relation between the transient and the state of the thread.
Pls give me some comment concern the Question.
 
Ranch Hand
Posts: 464
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gong James:
Q161 Which of the following thread state transitions are valid?
A From ready to running.
B From running to ready.
C From running to waiting.
D From waiting to running.
E From waiting to ready.
F From ready to waiting.

the given ans is;ABCE.
I can't find clearly grasp relation between the transient and the state of the thread.
Pls give me some comment concern the Question.


Rite answers ABCE. So you are correct
But i am not quiet following whats your question is...?
could you pls explain it further?
Ragu
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Q161 Which of the following thread state transitions are valid? I can't find clearly grasp relation between the transient and the state of the thread. Pls give me some comment concern the Question.


Are you asking, "What is a state transition"? It is when the Thread goes from state 1 to state 2, for example from the "ready" state to the "running" state. Can a thread do that? The answer is yes. Therefore 'A' is one of the correct answers.

[This message has been edited by Marilyn deQueiroz (edited October 31, 2001).]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic