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 are three ways in which a thread can enter the waiting state in java programming?
What is scope of a variable?
How do you clear an arraylist in java?
can rmi and corba based applications interact ?
Difference between string, string builder, and string buffer?
What are different types of multitasking?
Can we override private method in java?
What is meant by class and object in java?
Which object oriented concept is achieved by using overloading and overriding?
Is zero a natural number?
What is boolean logic?
What is diamond operator in java?
What's the purpose of static methods and static variables?
What are the advantages of passing this into a method instead of the current class object itself?
What is a function in java?