Is there a timeout for threads waiting on a synchronised method in Java?
- by MalcomTucker
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?