which method is used to know the status of the Thread?
Answer Posted / chandrarekha
isAlive() method tells whether the thread is alive or not
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What are the types of methods in java?
What is difference between path and classpath in java?
What is the use of keywords in java?
Is void a data type?
What is the method to expand and collapse nodes in a jtree?
Does java have extension methods?
Why for each loop is used?
What is subsequence of a string?
Does unicode support all languages?
What is the use of conditional statement?
How many types of interfaces are there?
What is the difference between jdk, jre, and jvm?
What is the difference between method and means?
What is the difference between notify and notifyall method?