What is Race Condition?
Software Quality Assurance Interview Questions and Answers
(Continued from previous question...)
80. What is Race Condition?
A cause of concurrency problems. Multiple accesses to a shared resource, at least one of which is a write, with no mechanism used by either to moderate simultaneous access.
(Continued on next question...)
Other Interview Questions
|