Answer Posted / annonmys
deadlock is the state when different processes are waiting
for the resorces held by any other processes, which in turn
are waiting for some other processes and so on. in this
situation no process is able to perform the required task
and hence goes in the deadlock state.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between final and effectively final ? Why is effectively final even required ?
Explain throw keyword in java?
What is a Presistent Object?
What's a method in programming?
What do you mean Abstraction in java?
What is the difference between delete and delete[]
How many types of array are there?
What is final modifier?
If an object is garbage collected, can it become reachable again?
What are three types of loops in java?
How many functional interfaces does java 8 have?
What is a package in java? List down various advantages of packages.
Why you should not use singleton?
How does finally block differ from finalize() method?
What is the memory leak in java?