Name the method to find, if a thread is active or not?
Answer Posted / ranganathkini
The method isAlive() of the java.lang.Thread can be used to
know if a thread is active or not.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What are externizable interface?
what is a non-repeatable read?
What are the different algorithms used for clustering?
Explain what is synchronization?
What are the types of scaling?
How would you create a button with rounded edges?
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the different types of exception?
What is the immediate superclass of the applet class?
How is a java object message delivered to a non-java client?
What are JTA/JTS and how they used by client?
What restrictions are placed on the values of each case of a switch statement?
Explain about RMI Architecture?
How to implement RMI in Java?
What is the relationship between an event-listener interface and an event-adapter class?