what is deadlock in threads?
with example
Answer Posted / 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 |
Post New Answer View All Answers
what methods would you overwrite in java.lang.object class?
What is a marker interface?
What is the use of private static?
Why strings in java are called as immutable?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
How do you sort an array in java?
What is a modifier?
Why are the destructors for base class and derived class called in reverse order when the program exits
What is indexof in java?
What does isempty () do in java?
Can we pass null as argument in java?
How do you override a method?
Is string a class?
What does java edition mean?
Can I declare class as static or private?