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 is the main functionality of RRL(Remote Reference Layer)?
how team leaders assign work for the team member like through papers,word document
What is synchronization and why is it important?
list the types of dialodg
Can you give me a simple example of using the requiredif validator rule?
When a thread terminates its processing, it enters into what state?
what is a Daemon Thread?
What is resource bundle?
what is a non-repeatable read?
What are callback interfaces?
which book is better for jdbc ,servlets and jsp
Why do threads block on i/o?