多项选择题

Which of the following will definitely stop a thread from executing?()

A.wait()
B.notify()
C.yield()
D.suspend()
E.sleep()