Chetan Dattachetan77.hashnode.devยทJul 7, 202426 Java - Multithreading 3 (Custom Locks)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...103 readsJavaReentrantLockAdd a thoughtful commentNo comments yetBe the first to start the conversation.