what is deadlock in threads?
with example
Answers were Sorted based on User's Feedback
Answer / ak
If an object A is holding an object X and trying to access
object Y and Object B is holding an object Y and trying to
access X, both the objects A,B want to release their
objects only after getting access to the target object in
that situation it is a dead lock
| Is This Answer Correct ? | 2 Yes | 1 No |
What is method overloading with type promotion?
What are streams?
Explain about class in java?
can you use the two main method in same class?how?
4 Answers DELL, Geosoft, SparkTG,
What exceptions occur during serialization?
What is the difference between superclass and subclass?
How to set the Heap size in Java ?
is there any function in java to make the text to blink?
What do you mean by inner class in java? Explain
what is mutual exclusion? : Java thread
where lives in jvm
What is the use of runnable interface?