explain the life cycle of thread?
Answer Posted / manoj kumar
Thread : A Thread is a saparate path between ur source code
to execution .
it have
new , ready ,running , dispatch , stop
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Is assembly language a low level language?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What is singleton class example?
What is OOP Language?
What is the function of java?
Why javac is not recognized?
How to optimize the javac output?
How many bits is a float?
What is an interface in java?
What are the benefits of operations?
What happens if an exception is throws from an object's destructor?
What is a parameter in simple terms?
What are the two ways of implementing multi-threading in java?
How can we make copy of a java object?
What are java threads?