Thread

Since resume(), suspend() and stop() methods is Thread class are deprecated, are there any other ways to achieve what these method do?Or are there any class that is similar to Thread class and have method similat to those method deprecated?Thanks
[274 byte] By [jason_phyo] at [2007-9-30 7:55:50]
# 1
Check the API documentation. http://java.sun.com/j2se/1.4.2/docs/guide/misc/threadPrimitiveDeprecation.html
atmguy at 2007-7-2 12:07:42 > top of Java-index,Administration Tools,Sun Connection...