| Java FAQ | ||
| JSP FAQ | ||
| Servlet FAQ | ||
XyzWs Java FAQ:
What are the differences between interrupted() and isInterrupted() method of the Thread class?
Printer-friendly version |
Mail this to a friend
|
Advertisement
|
What are the differences between interrupted() and isInterrupted() method of the Thread class?There are some subtle differences between the Thread (Thread API Document) methods interrupted() and isInterrupted():
|