1.

Explain the difference between an exclusive lock and a shared lock.

Answer»

An exclusive lock prohibits other users from reading the locked resource; a shared lock allows other users to read the locked resource, but they cannot update it.



Discussion

No Comment Found

Related InterviewSolutions