Which of the following statements is false?

a. A common way to perform synchronization is to use Java’s built-in monitors.
b. Every object has a monitor and a monitor lock (or intrinsic lock).
c. A monitor ensures that its object’s monitor lock is held by a maximum of two threads at a time.
d. Monitors and monitor locks can be used to enforce mutual exclusion.

C

Computer Science & Information Technology

You might also like to view...

A UPS combines the functionality of a surge suppressor and a battery backup

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following about the XML prolog is true?

a) The XML prolog is the lines that precede the root element. b) The XML declaration must appear before comments and any other markup. c) The XML prolog is limited to a certain number of lines. d) a and b.

Computer Science & Information Technology