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 an object be null?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What are the different types of garbage collectors in java?
What is a stack class in java ?
Is there is any difference between a scrollbar and a scrollpane?
Can you pass by reference in java?
Is there any difference between synchronized methods and synchronized statements?
What are the topics in advance java?
What are the procedures?
Define nashorn in java8.
What is numeric data type?
What is a java object and java application?
What is a parameter in simple terms?
What is parsing and its types?
Can a class be final?