The wait(), notify(), notifyAll() methods can only be called by classes that are subclasses of Runnable or Thread class...
True
False