What are the different identifier states of a thread?



What are the different identifier states of a thread?..

Answer / Amit Kumar Gautam

In Java, a thread can be in one of the following states:n
- NEW: The thread has been started but not yet started running.n
- RUNNABLE: The thread is scheduled to run and waiting for its turn on the CPU.n
- BLOCKED: The thread is waiting for a monitor lock or I/O permission.n
- TERMINATED: The thread has completed execution.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Windows Threads Interview Questions

What is the default kill signal?

1 Answers  


who among the following is responsible for establishing IS Audit function in the organisation?

1 Answers  


What is the reason for getting the dialogue box (send this error to microsoft giving options as send to microsoft and dont send) when we abort from the any workwhen it was struck?

1 Answers  


What is thread safety? How do you achieve it?

1 Answers  


Explain difference between ntfs4 and ntfs5?

1 Answers  


How to Kill a Particular Process in windows?

5 Answers   Tomax,


explain readers-writers problem?

1 Answers  


What are the different ways in which a thread can enter into waiting state?

1 Answers  


What are three ways in which a thread can enter the waiting state?

1 Answers  


Which one is not needed for multi-program environment?

1 Answers  


semaphore variable is different from ordinary variable by ?

2 Answers   Siemens,


Which protocol is working behind DHCP server? and what excatly DORA does?

8 Answers   Wipro,


Categories