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 are the implicit objects?
What is difference RMI registry and OSAgent?
Is there a guarantee of uniqueness for entity beans?
What is RMI and what are the services in RMI?
How are commas used in the intialization and iteration parts of a for statement?
Explain what is orm?
Define the remote interface?
what is the use of Object Factories?
what are RemoteObjects?
What is aop(assepct oriented programing)?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??
how i secure my site with the https protocol.what are the steps?