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 difference between add() and addelement() in vector?
Can set contain duplicates?
What is the relationship difference the canvas class and the graphics class?
What is meant by javabeans?
Explain the importance of import keyword in java?
Can we override constructor?
What is a function easy definition?
Explain some best practices you would apply while using collection in java?
Is char * a string?
How do you sort arrays in java?
Implementations of set interface?
How does list work in java?
What is percentage in java?
Is map sorted in java?
What is floor math?