explain the life cycle of thread?
Answer Posted / vazza jones
The thread states are:
- New (created but start mtd not called)
- Runnable (Ready to run, waiting for CPU cycles)
- Running (allocated CPU cycle)
- Suspended (timed sleeping)
- Wait (waiting for a notify)
- Stopped (Completed)
| Is This Answer Correct ? | 40 Yes | 4 No |
Post New Answer View All Answers
I want to store more than 10 objects in a remote server? Which methodology will follow?
Can a class be private in java?
What is the best way to findout the time/memory consuming process?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is function and method in java?
How do you declare an empty string?
Is char * a string?
What does jenkins do?
Explain reverse a linked list recursive java solution?
Explain the key functions of data binding?
How do you replace all in word?
What does @override mean?
What is sleep method?
'A class is a template for an object' explain this statement.
What is a java list?