Java
Programming and Technical
HR Interview
Interview
Q. What are the states associated in the thread?
A. Thread contains ready, running, waiting and dead states.
Read Solution (Total 2)
-
- ready,running,wait,dead
- 7 years agoHelpfull: Yes(0) No(0)
- new ,runnable,blocked,waiting and terminated..these are the states in thread...
- 7 years agoHelpfull: Yes(0) No(0)
Java Other Question