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 are the advantages of java over C++?
What are the two basic ways in which classes that can be run as threads may be defined?
How strings are created in java?
Is 0 a real number?
Name the runtime exceptions that occurs frequently?
What is boolean flag in java?
Difference between static methods, static variables, and static classes in Java.
What is the equal sign?
How many bits is a word?
What's the access scope of protected access specifier?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What does \ mean in regex?