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
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is the constructor?
What kind of variables can a class consist?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What function extracts specified characters from a string?
What is the difference between actual and formal parameters?
What is the difference between superclass and subclass?
What is finalize method?
How do you define a parameter?
What is finalize() function in java?
How use .contains in java?
What the difference is between execute, execute Query, execute Update?
How do you square a number?
Write java program to reverse string without using api?
What are the advantages of assembly language?