About Question com.enthuware.ets.scjp.v6.2.342 :
Posted: Wed Feb 29, 2012 7:43 am
I disagree. I believe you need the lock to call notify, so notify should be called first and then the lock can be released. Am I correct?Thread T1 releases the lock on obj and calls the notify() method on obj.