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
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
what is meant by abstract class?
Define an applet in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
Explain the scope or life time of class variables or static variables?
How many types of string data types are there?
Can interface be private in java?
What is the latest java version?
What is the purpose of return statement?
Can you explain the cs option of java interpreter?
What is assembly language?
Why java is platform independent? Explain.
How do I enable java in safari?
What is adapter in java?
When the constructor of a class is invoked?