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 |
whats is mean by connectionpooling
Can I have an action without a form?
What is the name of the state, when a thread is executing?
What are the purpose of introspection?
wahts is mean by dynavalidatorform in struts/
Explain the stub's and skeleton's functionality?
what is the difference between System.out.println and out.println in java
Are we allowed to change the transaction isolation property in middle of a transaction?
What are the different methods of identifying an object?
explain the flow of struts?
What is metaspace?
What is the difference between the string and stringbuffer classes?