Multiple choice technology platforms and products

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

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The wait(), notify(), and notifyAll() methods are defined on the java.lang.Object class, meaning they can be called from any object instance, not just subclasses of Runnable or Thread.