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 |
What do you know about seam?
What state does a thread enter when it terminates its processing?
what is a dirty read?
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
iam writing the contents to a excel through I/O i am putting first statement as WRITE and then READ(from excel) immediately..later user complains that he is not getting the date by using READ ..wat could be the situation
What is mdb and what is the special feature of that?
Is infobus easy to use?
How messaging services are done, before release of JMS?
What are the purpose of introspection?
Do I need to import javlang package any time? Why ?
what is heepStored?
Explain bind(), rebind(), unbind() and lookup() methods?