1.

What is Livelock? What happens when it occurs?

Answer»

Similar to deadlock, livelock is ALSO another CONCURRENCY problem. In this case, the state of THREADS changes between ONE another without making any progress. Threads are not blocked but their execution is stopped due to the unavailability of RESOURCES.



Discussion

No Comment Found