What is thread deadlock? How to resolve thread deadlock?
Answers were Sorted based on User's Feedback
Answer / mayur laniya
Deadlock is describe a situation , where more than one
threads are blocked, forever (Continue) in a waiting for
each other to released the resources.
- I think deadlock can't be resolved by writtong such kind
of programming statements.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / s.ramesh
Deadlock describes a situation where two or more threads are
blocked forever, waiting for each other.
Deadlock cann't be resolved.....
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / divya
Deadlock can be resolved at design level.
* Instance referring to an object of Shared Resources.
* Infinite waiting for an event to happen in run method.
In the above mentioned case make sure that synchronization
is not been done.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is abstract schema?
What is servlet preinitialization?
How are the elements of a cardlayout organized?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
String is immutable.it is true String can be change to mutable How?
6 Answers IBM, Professional Access, TCS,
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Why won’t the jvm terminate when I close all the application windows?
Define prototype?
How many layers are there in RMI and what are they?
What is the difference between java class and bean?
Write a program to show synchronization?
what is an isolation level?