What is thread deadlock? How to resolve thread deadlock?
Answer Posted / 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 |
Post New Answer View All Answers
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Is it possible to stop the execution of a method before completion in a sessionbean?
Do I have to use jsps with my application?
What are the different approaches to represent an inheritance hierarchy?
Which component handles cluster communication in jboss?
What is a sessionfactory? Is it a thread-safe object?
what are getters and setters in Java with examples?
what are RemoteObjects?
How can I scroll through list of pages like the search results in google?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is the argument type of a programs main() method?
Why won’t the jvm terminate when I close all the application windows?
What are the benefits of detached objects?
Do I need to import javlang package any time? Why ?
What do you know about seam?