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 an unreferenced object be referenced again?
When super keyword is used?
What an i/o filter in java programming?
Can interface be private in java?
What is data structure in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
How do you use parseint in java?
Explain an intermediate language?
How will you get the platform dependent values like line separator, path separator, etc., ?
Does variable declaration allocate memory?
Is a char always 1 byte?
What is the difference between the paint() and repaint() methods in java programming?
What is the equal sign?
Which non-unicode letter characters may be used as the first character of an identifier?
Why we used break and continue statement in java?