Deadlock in Java
Posted
by israkir
on Stack Overflow
See other posts from Stack Overflow
or by israkir
Published on 2008-10-19T22:54:21Z
Indexed on
2010/05/23
17:10 UTC
Read the original article
Hit count: 408
Long time ago, I saved a sentence from a Java reference book: "Java has no mechanism to handle deadlock. it won't even know deadlock occurred." (Head First Java 2nd Edition, p.516)
So, what is about it? Is there a way to catch deadlock case in Java? I mean, is there a way that our code understands a deadlock case occurred?
© Stack Overflow or respective owner