What is the life cycle of Thread ?
Answer Posted / dhirendra kumar sharma
These are the life cycle of Thread.-------------
I) New thread
II) Runnable
III) Not runnable
IV) Dead
| Is This Answer Correct ? | 13 Yes | 7 No |
Post New Answer View All Answers
How do you call a reference in java?
Can we serialize arraylist in java?
How to handle a web browser resize operation?
What is arrays aslist in java?
What is extension method in java?
What is an class?
How do you use compareto?
What is enhanced loop in java?
Can keyword be used as identifier?
What are the data types supported by java?
How to store image in arraylist in java?
What are the differences between string, stringbuffer and stringbuilder?
What is initial size of arraylist in java?
What is the properties class in java programming?
Is it possible to override the main method?