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.