What is the life cycle of Thread ?
Answer Posted / harish
Once you create a Thread Class. Instantiate the Thread and
invoke the method start. It intern triggers the run method
on the Thread. Once the run method is completed, The
thread will be in dead state.
| Is This Answer Correct ? | 53 Yes | 20 No |
Post New Answer View All Answers
What is an array length?
Can two objects have same hashcode?
How to check if a list is sorted in java?
how its run?
Explain purpose of sleep() method in java?
What is meant by stack and queue?
How to disable caching on back button of the browser?
What is a treeset class?
What is flush buffer?
Which class is the superclass of all classes?
Is 0 an even number?
Explain about java sdk?
What is the exception hierarchy in java?
Can java run on google chrome?
What is the symbol for space?