-->
当前位置:首页 > 题库

单选题:`wait()` and `notify()` are used to suspend and resume threads.

Luz5年前 (2021-05-10)题库1439
`wait()` and `notify()` are used to suspend and resume threads. They are defined as methods of: @[D](2)

A. Thread
B. Runnable
C. Synchronized
D. Object



A.Thread
B.Runnable
C.Synchronized
D.Object


答案:D