Q 39. What is a Live Lock ?
Ans : Livelock occurs when two or more processes continually repeat the same interaction in response to changes in the other processes without doing any useful work. These processes are not in the waiting state, and they are running concurrently.
This is different from a deadlock because in a deadlock all processes are in the waiting state.
No comments:
Post a Comment