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
Explain how hashmap works?
What is the need of transient variables in Java ?
Is null a string?
How much is a java license?
What does the append?
How do you use compareto method?
Is class is a data type?
Can we sort array in java?
Explain thread life cycle in java?
What is square root in java?
What is lazy programming?
What's the default access specifier for variables and methods of a class?
when you will synchronize a piece of your code? : Java thread
What is double in java?
How many JVMs can run on a single machine and what is the meaning of Just-In-Time (JIT) compiler?