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 does module-relative mean?
What are the benefits of detached objects?
Can you control when passivation occurs?
What is aop(assepct oriented programing)?
For which statements does it make sense to use a label?
how do you Handle Front End Application data against DB with example?
Explain phantom read?
how i secure my site with the https protocol.what are the steps?
what are RemoteObjects?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
What do you know about seam?
What is a class loader? What are the different class loaders used by jvm?
Which javutil classes and interfaces support event handling?
What modifiers may be used with an inner class that is a member of an outer class?
What value does read() return when it has reached the end of a file?