Copyright © 2001 Qusay H. Mahmoud
13
Controlling Threads
l
Do not use: stop(), suspend(), resume()
l
l
These methods have been deprecated in Java 2
and they should not be used
l
l
Basically they are not thread-safe….more on this in
class