The term "stale data" refers to a situation in multi-CPU machines when one thread modifies shared data and a second thread accesses that data later, but sees the data value before the change took place.What is required to guarantee that the second thread sees the updated data, not stale data?
A) The second thread should not try to acquire the lock.
B) The first thread should not try to acquire the lock.
C) Neither thread should use locks.
D) The first thread should release the lock after changing the data.
Correct Answer:
Verified
Q71: Class MyClass has a single ReentrantLock object,
Q72: Consider an old fashioned telephone booth that
Q73: Class MyClass has two ReentrantLock objects, myLock1
Q74: Assume two threads share a BankAccount object
Q75: Assume three threads share a BankAccount object
Q77: What is the relationship between synchronized code
Q78: Which of the following scenarios may not
Q79: The term "stale data" refers to a
Q80: Calling signalAll without locking the object is
Q81: In order to unblock a thread after
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents