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
How to determine SGA site?
Name the eight primitive java types.
What are the call back methods in entity bean?
Do you think that java should have had pointers?
Difference between new operator and class.forname().newinstance()?
What is local interface. How values will be passed?
Difference between swing and awt?
What is the difference between a static and a non-static inner class?
What are externizable interface?
What is mdb and what is the special feature of that?
Why are my checkboxes not being set from on to off?
Explain about local interfaces.
What is the difference between a menuitem and a checkboxmenuitem?
Write a singleton program?
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?