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