What is thread deadlock? How to resolve thread deadlock?

Answers were Sorted based on User's Feedback



What is thread deadlock? How to resolve thread deadlock?..

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

What is thread deadlock? How to resolve thread deadlock?..

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

What is thread deadlock? How to resolve thread deadlock?..

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

Post New Answer

More Advanced Java Interview Questions

what is difference between checked exception & unchecked exception in java?

3 Answers   Ness Technologies,


String is immutable.it is true String can be change to mutable How?

6 Answers   IBM, Professional Access, TCS,


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


What is source and listener?

1 Answers  


What is the relationship between the canvas class and the graphics class?

0 Answers  






To make an object to begin executing as a separate thread, what method is used?

2 Answers  


Explain Object Serialization and it can be used?

3 Answers   Infosys,


What is the difference between the ‘font’ and ‘fontmetrics’ class?

0 Answers  


What are synchronized methods and synchronized statements?

2 Answers   Adobe,


What is the main functionality of RRL(Remote Reference Layer)?

3 Answers  


Do you think that java should have had pointers?

0 Answers  


what is default length of textfield ?

1 Answers  


Categories