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 |
How can you traverse a linked list in java?
What are the Abstract Classes provided by Java?
can we add two numbers without using arthematic operators? if possible how?
What is the primary benefit of encapsulation?
Explain restrictions on using enum?
What is the super void?
What is passing parameters in java?
transaction attributes ?
What do you know about the garbage collector?
Is 0 true or false in java?
What is the basic functionality of DataOutput interface in java?
What is the original name of java?