explain the life cycle of thread?
Answer Posted / rakesh
1) new bron state
2) runnable state
3) running state
4) blocked state
5) dead state
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What is the default size of load factor in hashing based collection?
How do you compare two strings lexicographically?
Difference between throw and throws?
What language is java written?
How to set the permissions to a file in java?
How do I find and replace in word?
Which variable is the independent variable?
what is the difference between the methods sleep() and wait()? : Java thread
Why java is object oriented?
Which package is used for pattern matching with regular expressions?
What is outofmemoryerror in java?
How to declare an arraylist in java?
Can we restart a dead thread in java?
What is the core java?
What is lifetime variable?