What happens when we invoke a thread?s interrupt method
while it is in sleeping or waiting condition?
Answer Posted / 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 |
Post New Answer View All Answers
How will you pass parameters in RMI? Why do you serialize?
Name the class that is used to bind the server object with RMI Registry?
What do you know about seam?
What is the difference between ear, jar and war file?
What is ioc concept & explain it?
How to implement RMI in Java?
What is the argument type of a programs main() method?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What is the difference between RMI and Corba?
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
Why are some of the class and element names counter-intuitive?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Why are component architectures useful?
What is abstract schema?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.