| Author |
Stopping Thread
|
Richard Teston
Ranch Hand
Joined: Feb 12, 2002
Posts: 89
|
|
|
If i have an object which extends Thread how could i stop and resume thread execution since stop() resume() is not recommended to use?
|
The Code is the Programmer
|
 |
Mahesh swami
Greenhorn
Joined: Aug 13, 2002
Posts: 26
|
|
|
You can use wait and notify methods instead of stop and resume
|
 |
 |
|
|
subject: Stopping Thread
|
|
|