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
Why do I get a duplicate name error when loading a jar file?
How are commas used in the intialization and iteration parts of a for statement?
What are the types of scaling?
What are local interfaces? Describe.
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is Stream Tokenizer?
What is ioc concept & explain it?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the purpose of the notifyall() method?
What is the relationship between an event-listener interface and an event-adapter class?
how do you Handle Front End Application data against DB with example?
What if the static modifier is removed from the signature of the main method?
What are the services in RMI ?
wahts is mean by dynavalidatorform in struts/
What are the pros and cons of detached objects?