Programming - Threads - Discussion

You Are Here :: Home > JAVA > Threads - Discussion

 



Q.

After the creations of Thread instance the thread is in this state but before the start() method invocation. At this point, the thread is considered not alive.                         


A. New State B. Running State
C. Dead State D. Blocked State

Answer: Option A
Explaination:

 


New state ? After the creations of Thread instance the thread is in this state but before the start() method invocation. At this point, the thread is considered not alive.




Discussion

Your Comments Goes here...
NameDiscussion