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 are the important features of Java 11 release?
Can we make a constructor final?
Can sleep() method causes another thread to sleep?
What are the differences between heap and stack memory in java?
What is the purpose of the main method?
Explain the difference between transient and volatile in java?
Is Java a dying language?
Can java list contain duplicates?
What is a string token?
Why local variables are stored in stack?
What is the difference between super class & sub class?
What is annotation in java?
Why method overriding is used?
What is xslt in java?
Can an unreferenced object be referenced again?