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

Which component handles cluster communication in jboss?

0 Answers  


What is the use of Class.forName

20 Answers   HCL,


list the types of dialodg

1 Answers   Wipro,


What is RMI Registry?

6 Answers   Siemens, United Software Solutions,


What is the difference between the session.update() method and the session.lock() method?

0 Answers  






can any one tell me how to learn good coding techniques

3 Answers  


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

0 Answers  


Describe responsibilities of Activator?

0 Answers  


the advantages of polymorphic

1 Answers  


What are the states associated in the thread?

3 Answers  


What is scalable, portability in the view of J2EE?

0 Answers  


Where does the session Object stores? If 100 users are connecting to the server. How does it recognize which session belongs to which user?

5 Answers   HCL, Mobillo Venture,


Categories