Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在这种情况下,对象持有默认锁(监视器锁)?我有点困惑,如果java同步中有任何默认锁的概念。因此,如果有人帮助我。
1)它是一个可以持有锁的线程,而不是一个对象。请参阅 java.lang.Thread.holdsLock API该方法旨在允许程序断言当前线程已经持有指定的锁
2)Java中有隐式锁的概念,没有默认锁