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 locale?
How many ways can we create singleton class?
What is an immutable object? How do you create one in java?
When can you say a graph to be a tree?
What are kinds of processors?
How define set in java?
Can a class be private or protected in java?
Name few java util classes introduced with java 8 ?
What is r in java?
How many bytes is a string in java?
Explain importance of inheritance in java?
Can you have two constructors in java?
explain different ways of using thread? : Java thread
What is a default constructor and also define copy contrucyor?
What is the major difference between linkedlist and arraylist?