Is there a timeout for threads waiting on a synchronised method in Java?

Posted by MalcomTucker on Stack Overflow See other posts from Stack Overflow or by MalcomTucker
Published on 2010-03-14T15:31:04Z Indexed on 2010/03/14 15:35 UTC
Read the original article Hit count: 149

Filed under:
|

Is there a default timeout for threads waiting on a synchronised method in Java? Some threads in my app are not completing as expected. Is there anyway to check whether threads have died as a result of timeouts?

© Stack Overflow or respective owner

Related posts about java

Related posts about multithreading