Monitor Lock Locking do not depends on Object like synchronized method. synchronized method puts the monitor lock on the object synchronized { ... ..Critical Section.. ... } Example (Synchronized) public class SharedResource { boolean isAva...