about threads
which of the following is true about the 'non runnable' state of a thread?
Select Answer:
A sleeping thread enters the 'non runnable' state when the specified time has elapsed.
A thread is in a 'non runnable' state if it is dead.
When the Start() method is invoked, the thread enters the 'not runnable' state.
When a thread is blocked by another thread, it enters the 'not runnable' state.
|