explain the life cycle of thread?
Answer Posted / srinivas
There are number of stages for executing the Thread.
1.born state
2.runnable
3.running(wait,sleep)
4.blocked(wait,sleep)
5.destroy.
| Is This Answer Correct ? | 45 Yes | 22 No |
Post New Answer View All Answers
What is java regex?
What is the difference between object oriented programming language and object based programming language?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What does jenkins do?
What is the full meaning of java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
Explain about method local inner classes or local inner classes in java?
How is string stored in java?
What is a priority queue java?
How is tree Mirroring implemented?
Can we declare an interface as final?
What about features of local inner class?
What programs use java?
What is javac_g?
Does every java program need a main?