What is deadlock?

Answers were Sorted based on User's Feedback



What is deadlock?..

Answer / harish

Causes for Deadlock: Mutual Exclusive, Hold and Wait, No
Pre-emption, Circular Wait.

Is This Answer Correct ?    4 Yes 1 No

What is deadlock?..

Answer / dibyendu jenamani

Every java object has got one lock. Thread uses this lock to execute. If two or more thread waiting for the lock to be released by other one then deadlock happens.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More Advanced Java Interview Questions

What method is invoked to cause an object to begin executing as a separate thread?

0 Answers  


What is the infobus?

0 Answers  


diffrence between jsp and servelts.

6 Answers  


How to determine SGA site?

0 Answers   Wipro,


Have you used threads in Servelet?

0 Answers   Satyam,






What is the relationship between an event-listener interface and an event-adapter class?

0 Answers  


i want documentation of text file splitter & merger of advanced java

1 Answers   Infosys,


what is activation monitor and what is its job?

1 Answers  


what are JSP tags? what is difference between include action and directory?

0 Answers   ADP,


What is the difference between the string and stringbuffer classes?

0 Answers  


What must a class do to implement an interface?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


Categories