Multithreading


  1. Thread priority in Java is?











  1. View Hint View Answer Discuss in Forum

    NA

    Correct Option: D

    Java assigns to each thread a priority that determines hoe that thread should be treated with respect to others. Thread priority is integers that specify relative priority of one thread to another.