Name the method to find, if a thread is active or not?

Answers were Sorted based on User's Feedback



Name the method to find, if a thread is active or not?..

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

Name the method to find, if a thread is active or not?..

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

Post New Answer

More Advanced Java Interview Questions

1) Scenario: I developed my application on local system and everything is perfect and tested. Now on UAT this application is deployed on clustered server environment. They are logical or physically clustered. But application is not working over there.  What is the issue with application?  What are the first things which come in your mind?

1 Answers   L&T,


What event results from the clicking of a button?

0 Answers  


How to synchronize jsp page?

1 Answers   Infotech, TCS,


Can I run seam outside of jboss as?

0 Answers  


Describe responsibilities of Activator?

0 Answers  






Difference between swing and awt?

0 Answers  


Can you give me a simple example of using the requiredif validator rule?

0 Answers  


What are the different algorithms used for clustering?

0 Answers  


How are the elements of a borderlayout organized?

0 Answers  


what's the main difference between unix os and linux os?

2 Answers   TCS,


What are the ways to define classes that can be run as threads?

1 Answers   KPIT,


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


Categories