Multiple Choice
When using Java's built-in monitors, every object has a(n) ________ or a(n) ________ that the monitor ensures is held by a maximum of only one thread at any time.
A) monitor lock, intrinsic lock
B) built-in lock, free lock
C) mutual exlcusion lock, synchronization lock
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q32: A new thread begins its life cycle
Q33: Which of the following statements is false?<br>A)
Q34: Which of the following statements is false?<br>A)
Q35: Interface ExecutorService provides the _ method, which
Q36: The ArrayBlockingQueue method _ returns the number
Q38: When a thread executing a synchronized statement
Q39: It’s recommended that you do not explicitly
Q40: The preferred means of creating multithreaded Java
Q41: A runnable thread enters the _ state
Q42: You can simulate atomicity by ensuring that