7.10.29.Which of the following statements about the wait method from Object class are true?
A. The wait method is an instance method.
B. The wait method is a static method.
C. To call wait, a Thread must have a lock on the object involved.
D. An object can have only one Thread in a waiting state at a time.