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
what is meant by Byte code concept in Java?
What is main function purpose?
What is the basic concepts of OOPS?
What is r in java?
What is complexity and its types?
What are different types of inner classes ?
What is a boolean flag in java?
What is runtime polymorphism or dynamic method dispatch?
Why singleton class is used in java?
Can we overload the constructors?
What is tcp ip in java?
For class CFoo { }; what default methods will the compiler generate for you>?
Differences between external iteration and internal iteration?
What is an interoperable application in java ?
Give reasons supporting that string is immutable.