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
Can you sort a list in java?
What is a method header?
What is indexof?
What is an 8 bit word?
What is methodological framework?
What is immutable class in java?
How do you know if a value is nan?
How does enum work in java?
what is method reference in java 8?
How do you sort in descending order in java using collections sort?
What is a function easy definition?
explain the concept of virtual method invocation in polymorphism in detail?
What is jvm? How its run?
What is a java list?
Can a function return a function?