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
Can you declare the main method as final?
What are the supported platforms by java programming language?
Define immutable object?
What is the generic function?
What is data object example?
What is the maximum size of byte array in java?
Why java is not 100% object-oriented?
How do you start a new line in java?
What is function overriding and overloading in java?
What is the purpose of the finalize() method?
How many types of design patterns are there?
Why are data types important?
What is the difference between class forname and new?
Can we override the static method?
Can we have two main methods in a java class?