which method is used to know the status of the Thread?
Answer Posted / piyush
JDK 1.5 has added the new functionality to know the state of
the Thread as getState();
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is regex used for?
Is ++ operator is thread safe in java?
What is flag in python?
What are three types of loops in java?
What is constant in programming?
How do you override a private method in java?
What is the use of arraylist in java?
What is casting in java programming?
What are the differences between include directive and include action?
Can a singleton class be inherited?
What is jpa specification?
Does variable declaration allocate memory?
Can we extend singleton class in java?
What is computer compiler?
What modifiers may be used with an inner class that is a member of an outer class in java programming?