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 are JTA/JTS and how they used by client?
How would you reatach detached objects to a session when the same object has already been loaded into the session?
Why do I get a duplicate name error when loading a jar file?
In our urls and in the text of the buttons we have comma. Its causing an error. Is there a way to change the delimiting character for the menu arguments?
What is the argument type of a programs main() method?
Explain what is orm?
What state does a thread enter when it terminates its processing?
What are the different types of exception?
Name three subclasses of the component class?
What is meant by method chaining?
Name the class that is used to bind the server object with RMI Registry?
Which container method is used to cause a container to be laid out and redisplayed?
Explain how will the struts know which action class to call when you submit a form?
Can we sent objects using Sockets?
How task's priority is used in scheduling?