Differences and connections between sleep and wait in Java

Source: Internet
Author: User

1 Object Monitor

Every object in Java has an intrinsic lock, which is called the object Monitor.

Like method, the method, it also has a monitor. All, if a method adds the Synchronized keyword, a thread entering this method actually gets the monitor of this method.

Again, we can use the current object's monitor, the This keyword.

Again, we can create an object objects by ourselves and then syncronized (object), because each object has an object monitor that is designed to facilitate synchronization between threads.

So, Java is everything is object, everything has a lock.

2

Differences and connections between sleep and wait in Java

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.