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
What is the final access modifier in java?
What is Java Annotations?
What is the difference between form & report?
How to restrict a member of a class from inheriting by its sub classes?
How do you generate random numbers in java?
What does indexof mean?
How do you do math powers in java?
What are peerless components?
What is a boolean in java?
How do you test a method for an exception using junit?
what do you understand by synchronization? : Java thread
What is identifier in java?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Can we use different return types for methods when overridden?
Can we override the static method?