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 are the different types of java?
Are constructors methods?
does java support pointers?
What is :: operator in java?
What are the Main functions of Java?
What are "class access modifiers" in Java?
What do you mean by synchronized non access modifier?
Why are there no global variables in java?
What is better - 'bit-shift a value' or 'multiply by 2'?
What is an argument java?
Which object oriented concept is achieved by using overloading and overriding?
What is append function?
How do I get 64 bit java?
What is serial version uid and its importance in java?
Where are global variables stored?