【单项选择题】
What can cause a thread to become non-runnable?()
A、A. Exiting from a synchronized block.
B、B. Calling the wait method on an object.
C、C. Calling the notify method on an object.
D、D. Calling the notifyAll method on an object.