which method is used to know the status of the Thread?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... we can use public void isAlive();
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Is map ordered in java?
Does java support multiple inheritances?
What is a lightweight component?
Can there be an abstract method without an abstract class?
What is the size of an array?
What is a boolean flag in java?
Can you override static methods?
What is the point of polymorphism java?
What is predicate in java?
How many digits is int32?
Explain, java is compatible with all servers but not all browsers?
What is abstract class constructor called?
How to stop a thread in java? Explain about sleep () method in a thread?
How does arraylist work in java?
make a method which any number and any type of argument and print sum of that arguments.....