Posted By:
Edward_Harned
Posted On:
Tuesday, October 18, 2005 09:09 AM
Follow this link
http://java.sun.com/docs/books/tutorial/post1.0/preview/threads.html
Posted By:
Anonymous
Posted On:
Tuesday, October 18, 2005 02:13 AM
insted of suspend() we are using wait() and
insted of resume() we are using notify(),notifyAll() .