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
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
What are local interfaces? Describe.
What are the different types of exception?
whats is mean by connectionpooling
What class is used to create Server side object ?
Can constructors be synchronized in java?
What’s jboss cache in short?
What is the difference between ear, jar and war file?
When a thread blocks on i/o, what state does it enter?
Why use POJO when I can use hashmap
What is colon_pkg_prefixes and what is its use?
Explain about local interfaces.
Is the session factory thread safe?
Describe, in general, how java's garbage collector works?
What must a class do to implement an interface?