What is Thread deadlock ?
-
- Posts: 686
- Joined: Fri Sep 30, 2016 4:19 pm
What is Thread deadlock ?
What is Thread deadlock ?
Re: What is Thread deadlock ?
Ans). When a thread has locked an object and waiting for another object to be released by another
thread.and the other thread is also waiting for the first thread to release the first object, both the
threads will continue waiting forever. This is called ‘Thread deadlock’.
thread.and the other thread is also waiting for the first thread to release the first object, both the
threads will continue waiting forever. This is called ‘Thread deadlock’.
Who is online
Users browsing this forum: Bing [Bot] and 1 guest