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 use of using enum to declare a constant?
How do you do math powers in java?
What is the use of optional ?
What are the differences between string and stringbuffer?
What differences exist between iterator and listiterator?
What is a Presistent Object?
How many types of voids are there?
What are the 4 types of research methods?
What makes a function well defined?
What is the output of the below java program?
What is static class
Is ++ operator thread-safe in java?
how can you catch multiple exceptions in java?
How do generics work?
What is anonymous inner class?