java - calling synchronized method from inside synchronized while waiting

Posted by jkl on Stack Overflow See other posts from Stack Overflow or by jkl
Published on 2010-04-02T04:17:18Z Indexed on 2010/04/02 4:23 UTC
Read the original article Hit count: 271

Filed under:

hi, is it possible to call a synchronized method from inside a synchronized method while waiting for resource to become available (using wait())? thanks

© Stack Overflow or respective owner

Related posts about java