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
Explain the selection sort algorithm and state its time complexity?
what is an objects lock and which objects have locks? : Java thread
What are the steps in the jdbc connection?
Give us the name of the list layoutmanagers in java?
What is a ternary operator in java?
What is data type example?
Difference between static and dynamic class loading.
What is class??
Which class is the superclass of all classes?
What is definition and declaration?
Explain about OOPS concepts and fundamentals.
What are the differences between graph and tree?
What are heterogeneous objects?
What is broken and continue statement?
Is break statement can be used as labels in java?