Hi ,
please suggest the difference between Suspend() and Wait() methodes of the thread.
why suspend() is not safe to call and wiat() is safe to call.
Printable View
Hi ,
please suggest the difference between Suspend() and Wait() methodes of the thread.
why suspend() is not safe to call and wiat() is safe to call.
That's explained in the API doc for the Thread class. Read that and if you have question about what it says, copy the text here and ask your questions.
Java Platform SE 7