Name the method to find, if a thread is active or not?
Answers were Sorted based on User's Feedback
Answer / ranganathkini
The method isAlive() of the java.lang.Thread can be used to
know if a thread is active or not.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / devarathnam c,kotagudibanda(po
Hi... u can use "public void isActive();"method in the
Thread class
| Is This Answer Correct ? | 1 Yes | 2 No |
How would you detect a keypress in a jcombobox?
what are the software's needed to develop advanced java 3 tier application project
What happens when we invoke a thread?s interrupt method while it is in sleeping or waiting condition?
What restrictions are placed on the values of each case of a switch statement?
Difference between DurableSubscription and non- DurableSubscription?
How is a java object message delivered to a non-java client?
Difference between JRE and JVM?
3 Answers HeadStrong, Infotech,
What is the difference between session and entity beans?
whats is stored procedure,joins
What is Connection Pooling?
1 Answers Enteg Technologies, Infosys, Polaris,
Is it possible to stop the execution of a method before completion in a sessionbean?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?