What is a deadlock ?

Answers were Sorted based on User's Feedback



What is a deadlock ?..

Answer / janet

When two threads are waiting each other and can't proceed
the program is said to be deadlock.

Is This Answer Correct ?    4 Yes 1 No

What is a deadlock ?..

Answer / ravikiran(aptech mumbai)

deadlock is the state which will occur when two synchronized
methods calling one another continuously

Is This Answer Correct ?    3 Yes 0 No

What is a deadlock ?..

Answer / annonmys

deadlock is the state when different processes are waiting
for the resorces held by any other processes, which in turn
are waiting for some other processes and so on. in this
situation no process is able to perform the required task
and hence goes in the deadlock state.

Is This Answer Correct ?    2 Yes 0 No

What is a deadlock ?..

Answer / madhuri reddy

if one process need a resourse,but it is used by another
process.then that process wait for sometime for that
resourse.that process wait sometime later it will go to
deadlock stage.

Is This Answer Correct ?    2 Yes 1 No

What is a deadlock ?..

Answer / hanu

If a process is waiting for a resource is using by
another process in that case deadlock encounter if its
waited undefinetly(For a certain period) ..

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the difference between compile-time polymorphism and runtime polymorphism?

0 Answers  


Can we have any code between try and catch blocks?

0 Answers  


What is the difference between array list and vector in java?

0 Answers  


jdbc drivers?

8 Answers   Wipro,


What is a condition in java?

0 Answers  






what is the use of private constructor in core java?

3 Answers   OnMobile, Satyam, Yash Technologies,


Write POJO class as a key to hashmap???

2 Answers  


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

0 Answers  


Can we declare array without size in java?

0 Answers  


aabccdee Find the used alphabets as abcde ?

4 Answers  


What is bifunction in java?

0 Answers  


What are the differences between this and super keyword?

0 Answers  


Categories