What is the life cycle of Thread ?
Answer Posted / ravikiran
start
run
destroy are the methods
born
runnable
running
sleep/blocked
dead are the states
| Is This Answer Correct ? | 12 Yes | 7 No |
Post New Answer View All Answers
Difference between linkedlist and arraylist.
What is Major and importance difference between for and foreach loop ?
does java support pointers?
What is a map? What are the implementations of map?
What is arraylist e?
Is a class an object?
What is the difference between declaration and definition in java?
What is the main purpose of serialization in java?
What is the concept of multithreading?
What is hotjava?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What methods are used to get and set the text label displayed by a button object?
What is the purpose of the enableevents() method?
Give any two differences between C++ and java.
what is ststic with example