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
Is hashset sorted in java?
What is meant by flickering?
In a class implementing an interface, can we change the value of any variable defined in the interface?
What is the default value of an object reference declared as an instance variable?
What are the data types supported by java? What is autoboxing and unboxing?
What is replaceall in java?
How many inner classes can a class have?
Give us a program to check for parenthesis matching using stack.
What is passing value java?
Why declare Main() method as a static in java ?
why java uses class level type casting ?
What do you mean by collectors in java 8?
What is strings in java?
What super () does in java?
What is off heap memory?