I wanted to see what would happen when an object is blocked and inetrrupt method is called on the
thread. I made this program. Now I don't understand why it's behaving the way its behaving. On my PC it simply hangs there for a while and after a few seconds gives an error. Is this program doing the same acts on your computer. Can anyone tell me whats happening and how to tame it. It would be great if I also can get a program that causes a runtime error to occur because interrupt was called and the thread was blocked. But the should be because the thread was blocked and only blocked not waiting and not sleeping. One more thing can I call thread.setPriority() after the call to thread.start().
well here goes my wild code :
[ May 17, 2003: Message edited by: Anupam Sinha ]