In a multi-threaded environment, which of the following is true about thread synchronization?
Options:
Answer:
In a multi-threaded environment, which of the following is true about thread synchronization Thread synchronization used semaphores and mutexes to prevent race condition.