Lecture Notes for Concurrent Programming

3 July 2003 - Thread Interrupts


Based on my reading of the InterruptedException documentation, wait() and sleep() are the only interruptable methods supplied by Java. You can, however use these to create your own interruptable methods.


This page last modified on 3 July 2003.