Like in wait() method if lock is not granted on calling object(for wait()) like by sychronizing on on calling object ,it throws IllegalMonitorStateException.
I want to know that
Like wait() method, can we make sure lock is granted ,by writing some code?? or is it done by JVM only ??