which method is used to know the status of the Thread?
Answer Posted / praveen carasala
Vijay was joking !!!
The question is about what state the thread is in Running paused ready to run
How to find that?
isAlive just says whether its died or not
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a subsequence of a string?
What are the advantages of assembly language?
Java.util.regex consists of which classes?
Can a class have a static inner class?
What are the kinds of polymorphism?
What is an exception? difference between Checked and Unchecked exception in Java
What are triggers in DB? Explain their types. How do they work?
Are global variables initialized to zero?
What is constructor in java ?
What is the difference between synchronized and synchronized block?
Can we serialize static variables in java?
What are green threads in java?
Can I uninstall java?
What are untrusted applets?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?