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 to make a write-only class in java?
What is unicode with example?
What is your platform’s default character encoding?
how can you take care of mutual exclusion using java threads? : Java thread
Is nullpointerexception checked or unchecked?
What do you mean by scope of variable?
What does += mean coding?
Java is pass by value or pass by reference? Explain
How would you dynamically allocate memory to an array?
What are the advantages of compiled language?
Difference between error and exception
What is a Null object?
What is string and its types?
What are advantages of exception handling in java?
How a string is stored in memory?