Answer Posted / deepak divvela
1.ActiveState
2.RunnableState
3.RunningState
4.Blocked State
5.Dead State
These are the Thread Life Cycle States
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Difference between final and effectively final ? Why is effectively final even required ?
What are nested classes in java?
how can you catch multiple exceptions in java?
Explain oops concepts in detail?
What is tochararray in java?
When will we use them?
What is the difference between a field variable and a local variable?
What is thread synchronization in java?
Which number is denoted by leading zero in java?
How to compare two strings in java program?
why using interface interface ?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is meant by 'Class access modifiers'?
Can we convert stringbuilder to string in java?
What is nextint java?