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
Is jvm a overhead?
Can I run seam outside of jboss as?
What are the different approaches to represent an inheritance hierarchy?
Name three subclasses of the component class?
the same information whether it will connect to the database or it will be used previous information?
how do you Handle Front End Application data against DB with example?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
Difference between DurableSubscription and non- DurableSubscription?
What is the difference between a menuitem and a checkboxmenuitem?
What is glasgow?
Explain how will the struts know which action class to call when you submit a form?
What is a sessionfactory? Is it a thread-safe object?
Is the session factory thread safe?
What is the difference between static and non-static with examples?
What is the map interface?