explain the life cycle of thread?
Answer Posted / vazza jones
The thread states are:
- New (created but start mtd not called)
- Runnable (Ready to run, waiting for CPU cycles)
- Running (allocated CPU cycle)
- Suspended (timed sleeping)
- Wait (waiting for a notify)
- Stopped (Completed)
| Is This Answer Correct ? | 40 Yes | 4 No |
Post New Answer View All Answers
What is finally block?
Is nan false?
Define how can we find the actual size of an object on the heap?
What is the difference between the ">>" and " >>>" operators in java?
Which is best ide for java?
What is member in java?
Can a set contain duplicates?
What is java algorithm?
What is constant in programming?
Does java have extension methods?
placement papaers of spring computing technology
What happens when you add a double value to a string?
When do you get classcastexception?
Is char a method in java?
Write a java program that prints all the values given at command-line.