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

What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


how team leaders assign work for the team member like through papers,word document

1 Answers   TCS,


What is synchronization and why is it important?

0 Answers  


list the types of dialodg

1 Answers   Wipro,


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

0 Answers  






When a thread terminates its processing, it enters into what state?

1 Answers  


what is a Daemon Thread?

2 Answers  


What is resource bundle?

1 Answers  


what is a non-repeatable read?

0 Answers  


What are callback interfaces?

0 Answers  


which book is better for jdbc ,servlets and jsp

0 Answers   TCS,


Why do threads block on i/o?

0 Answers  


Categories