Q27
What is the purpose of the setPriority() method in Java threads?
A.
It starts a new thread
B.
It resumes a paused thread
C.
It sets the priority of a thread
AnswerD.
It synchronizes threads
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board