Advanced Java: Multi-threading Part 14 - Interrupting Threads

Views: 2
0
0
Get complete courses at Interrupting threads in Java; what are those pesky interrupted exceptions, what causes them and why are we continually handling them in Java? In this tutorial I show you an interesting method of telling your threads to terminate -- although the method we covered back in tutorial number 2 is perfectly fine for most purposes.