Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

How JVM determines which thread should wake up on notify()?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Can we wake up a thread that has been put to sleep by using Thread.sleep() method

  • How JVM determines which thread should wake up on notify()?

    0

    If multiple threads are waiting on an object’s monitor, JVM

    awakens one of them. As per Java specification the choice of this

    thread is arbitrary and it is at the discretion of the implementation.

    So there is no guarantee of rule that a specific thread will be

    awakened by JVM on notify() method call.

    https://www.oreilly.com/library/view/java-threads-second/1565924185/ch04s03.html

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Tags: java jvm
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.