what is deadlock in threads?
with example
Answer Posted / moorthyks
Two or more thread waiting for each other is called deadlock
| Is This Answer Correct ? | 18 Yes | 3 No |
Post New Answer View All Answers
explain the concept of virtual method invocation in polymorphism in detail?
When throws keyword is used?
What is the default value of byte datatype in java?
What is the purpose of a volatile variable?
Can we use static class instead of singleton?
What access modifiers can be used for variables?
What is difference between filereader and bufferedreader?
What package is math in java?
What is regex java?
Can you sort a list in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Can this keyword be used to refer static members?
What is method overriding in java ?
Is string a datatype?
Why put method is idempotent?