Tuesday, November 29, 2011

What is the difference between interrupt() and join() in threads?Give an example program?

Interupt is the method on the thread to distrub or interupt on the other thread which are under execution.
Category:Java Interview Questions

No comments:

Post a Comment