同步(成员方法)和锁接口的使用之间的主要区别是什么?

发布于 2025-01-23 10:48:12 字数 148 浏览 0 评论 0原文

例如:我在一个类中有两个成员方法(实例方法),两者都标有关键词“同步”。如果我有线程1访问方法1,可以通过线程2访问方法2吗?如果是这样,将同步到锁定接口有什么区别?据我了解,锁定接口允许我们锁定代码内的特定部分,但是它可以在方法内锁定不同的代码,并让其他零件解锁,以其他线程使用?

For example: I have two member methods (instance methods) inside a class, both marked with the key word "synchronized". If I have thread 1 accessing method 1, can method 2 be accessed by thread 2? If so, what's the difference between using synchronization to the Lock Interface? As far as I understand, Lock Interface allows us to lock in specific parts inside the code, but can it lock in different pieces of code inside a method, and let other parts unlocked, to be used by other threads?I have this image to illustrate the matter: here I'm using the Lock Interface to lock in different pieces of code inside different methods

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文