Discussion :: JAVA MCQs
- Thread priority in Java is?
Answer : Option A
Explanation :
Java assigns to each thread a priority that determines hoe that thread should be treated with respect to others. Thread priority are integers that specify relative priority of one thread to another.
Be The First To Comment