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 |
Which are the different segments of memory?
Difference between sleep and suspend?
JMS based on what technology?
In HashTable I am storing null value..then what is the error it will show
what's the main difference between unix os and linux os?
Why use POJO when I can use hashmap
Wt is the main difference between Java and Java J2EE and Advanced java?
Can you give me a simple example of using the requiredif validator rule?
what about static?
When a thread terminates its processing, it enters into what state?
what is JTA ?
how we can implement interface in jsp ?