Answer Posted / s.ramesh
Thread States.
1. RUNNABLE --- When a thread is Processed by CPU
2. BLOCKED --- When a thread is Deadlocked or blocked by
some other resources
3. WAITING --- When a thread is waiting to process
4. TIMED_WAITING -- When a thread is in sleeping
5. Dead --- When a thread is completely processed
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is in-memory replication?
What is a class loader? What are the different class loaders used by jvm?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What is a session? Can you share a session object between different theads?
What is the diffrence between a local-tx-datasource and a xa-datasource?
what is Activation Instantinator?
Can you give me a simple example of using the requiredif validator rule?
what are getters and setters in Java with examples?
What is a policy?
What are the pros and cons of detached objects?
Why are component architectures useful?
what is an isolation level?
What are the oops concept?
what are the advantages of JTA over JTS?
What state does a thread enter when it terminates its processing?