What is thread deadlock? How to resolve thread deadlock?
Answer Posted / s.ramesh
Deadlock describes a situation where two or more threads are
blocked forever, waiting for each other.
Deadlock cann't be resolved.....
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What value does read() return when it has reached the end of a file?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
What are the different types of exception?
What are various types of class loaders used by jvm?
What is abstract schema?
For which statements does it make sense to use a label?
What is the difference between the session.get() method and the session.load() method?
What are the pros and cons of detached objects?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is TL and its use?
Are enterprise beans allowed to use thread.sleep()?
How can I scroll through list of pages like the search results in google?
Why is actionform a base class rather than an interface?
Do I have to use jsps with my application?
Is the ternary operator written x : y ? Z or x ? Y : z ?