explain the life cycle of thread?
Answer Posted / srinivas ponugoti
There are number of stages for executing the Thread.
1.born state
2.runnable
3.running
4.blocked(wait,sleep,suspend)
5.destroy(stop).
| Is This Answer Correct ? | 27 Yes | 13 No |
Post New Answer View All Answers
How do you define a variable?
Why are lists ordered in java?
what is the difference between a threads start() and run() methods? : Java thread
How does the garbage collector works in java?
What is purpose of find feature?
Define an applet in java?
Can an integer be a string?
What does string [] args mean?
What is final keyword in java? Give an example.
What is the epoch date?
What is the use of default method in interface in java?
how to deploy tomcatserver to weblogic server? write d following steps?
List down the methods and interfaces of collection class in java.
Is an object null?
What is instance means in java?