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 |
Do you think that java should have had pointers?
What is the purpose of the notify() method?
types of exceptions
why static class in java
which book is better for jdbc ,servlets and jsp
What is abstract schema?
Explain the different types of memory used by jvm?
How do you set security in applets?
difference between ejb,struts,hibernate,spring and jsp
what is difference between checked exception & unchecked exception in java?
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
Explain the stub's and skeleton's functionality?