A Java monitor used in threading code must either extend Thread or implement Runnable.
Click to view the answer
B.
A monitor is an instance of any class that has synchronized code.