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 |
Can I use multiple html form elements with the same name?
What invokes a thread?s run() method?
What is the immediate superclass of the applet class?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What are the services in RMI ?
What is the initial state, When a thread is created and started?
What is a sessionfactory? Is it a thread-safe object?
Will it be called overriding if I do not change the parameters or return type, instead throw a different exception in the method signature.
What is the use of Class.forName
What are local interfaces? Describe.
How do you iterate in Hashmap?
which book is better for jdbc ,servlets and jsp