Home » JAVA Programming » Multithreading » Question
  1. Thread priority in Java is?
    1. long
    2. double
    3. Float
    4. Integer
    5. None of these
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.



Your comments will be displayed only after manual approval.