What is the life cycle of Thread ?
Answer Posted / vaibhav mistry
The cycle of Thread is as Followed :
Start()
Run()
Wait()/Sleep()/Block()
notify()/notifyall()
Stop()
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What is module in project?
What a static class can contains?
How can we create an immutable class in java?
What are "class access modifiers" in Java?
What will happen to the exception object after exception handling?
Is void a wrapper class?
What is string manipulation?
What are the rules for naming an array?
What is java reflection api?
How can you read content from file in java?
Can we cast any other type to boolean type with type casting?
Can a class be declared as static?
What about instanceof operator in java?
Give example to differentiate between call by value and call by reference.
What is JDBC Driver interface?How can you retrieve data from the ResultSet