What happens when we invoke a thread?s interrupt method
while it is in sleeping or waiting condition?
Answer / meeti
void interrupt()
This method interrupts the thread on which it is invoked. In
the Waiting-for-notification, Sleeping, or
Blocked-for-join-completion states, the thread will receive
an InterruptedException.
| Is This Answer Correct ? | 1 Yes | 0 No |
How is a java object message delivered to a non-java client?
wahts is mean by dynavalidatorform in struts/
what is the Remote Stub?
What is resource bundle?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What is the difference between Super and This Keyword?
Difference between sleep and suspend?
How many times may an objects finalize() method be invoked by the garbage collector?
whats is mean by class.forName() whats the return type of class
What method MUST be implemented by all threads?
what is a Daemon Thread?