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
What is a generic data type?
Why can't we make a class private in java?
What is autoboxing in java?
why doesn't java run on all platforms?
List the features of java programming language.
Tell some latest versions in JAVA related areas?
Do you need to import math in java?
how can you catch multiple exceptions in java?
Can we declare the main method of our class as private?
Are variables stored in ram?
Tell us something about an iterator.
How to make a class or a bean serializable?
What are advantages of using Java?s layout managers than windowing systems?
What does || || mean in math?
Describe string intern() methodology