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 |
How many methods does cloneable interface contains?
how to crate clint-server socket?
1 Answers Accenture, Infosys, Infotech, TCS,
Why string is called as immutable?
List interface?
What is the equal sign?
Explain the difference between Unicast and Multicast objects?
Is 'sizeof' a keyword?
Ducking is automatic in checked exception?True or false
Is a string literal?
What is a key in java?
What is static binding and where it occurs?
Accenture NJ mostly ask question on Collection like 1)How to sort Objcts and how treeset sort them 2)Explain mechanism of Hashcode finding in Java 3)Name some of the Sorted collection.