real time example for deadlock,starvation,livelock
Answers were Sorted based on User's Feedback
Answer / maheswarijothi
pls send answer immediately.................
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / keerthi
deadlock:let two members are going to draw some picture.they are combinedly having pencil &ruler.one uses pencil,another is having ruler.unless u r with these two the drawing will not be completed.this is dealock.
livelock:two members are walking towards each other through a narrow corridor .Both of them are going tocross the corridor,this is known as livelock.
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / amit
livelock........
i think this answer should be justify......
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prateek shrivastava
Dead lock generally occurs when 2 threads try to acquire
same shared resource. In this case each thread end up
waiting for other to release lock and deadlock occurs
| Is This Answer Correct ? | 5 Yes | 5 No |
What does indexof mean?
Which are the two subclasses under exception class?
What is the main advantage of passing argument by reference?
different between exception and error? explaim check and uncheck exception
whst is encapsulation?when u encpsulate actually while devoloping code?
What was java originally called?
Why can't you declare a class as protected?
What is java lang string?
what is the difference between process and thread? : Java thread
What is collections framework?
what is meant by encapsulation?
What is the meaning of 3 dots in java?