In Exam Cram book they have stated like this:
A single thread can obtain locks on many objects and/or multiple locks on same object
I think last part of statement is incorrect.
I guess as there is only one lock with given object ,
thread can't obtain multiple locks on same object
correct me if I am wrong
Thanks in advance
Megan