Answer Posted / banti
Thread has following life cycles:
1.Ready to Run
2.Runnable
3.Running
4.Blocked/Waiting
5.Dead
Once thread is dead there is no way it coming back to
running state.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is the use of beaninfo?
What is string :: npos?
How do you sort an array in java?
Which eclipse is best for java?
What is nan inf?
Is there a jre for java 11?
Can a class have a static inner class?
Why static functions are used?
What will happen to the exception object after exception handling?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
How variables are declared?
Can we write class inside a class in java?
How can I debug the Java security exceptions and AccessControlExceptions?
Is math class static in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???