Multithreading
- Thread priority in Java is?
-
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.