Which of the following methods in the Thread class are deprecated?
suspend()
and resume()
wait()
and notify()
start()
and stop()
sleep()
and yield()
A.
The suspend()
and resume()
methods were deprecated in the Java 2 release.
They still appear on the API page for Thread but should not be used.