MCQs > IT & Programming > Python > Regarding Thread Synchronization Primitives in Python, which of the following is incorrect ?

Python MCQs

Regarding Thread Synchronization Primitives in Python, which of the following is incorrect ?

Answer

Correct Answer: Semaphores (`threading.Semaphore`) are counter-based synchronization primitive, `acquire()/release()` increments or decrements a internal counter, and like locks, cannot be called in any order and by any thread.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Python Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it