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 the difference between the ‘font’ and ‘fontmetrics’ class?
What is the difference between the font and fontmetrics classes?
What is the difference between long.class and long.type?
How to deploy Jar, War files in J2EE?
Is 'synchronised' a modifier?
whats is mean by connectionpooling
Write a program on RMI and JDBC using StoredProcedure?
What are the different methods of identifying an object?
How a component can be placed on Windows?
Is there a guarantee of uniqueness for entity beans?
What classes of exceptions may be caught by a catch clause?
Difference between loadclass and class.forname?