Vidyalelo
Java Programming · Q27

Threads

Programming · Java Programming · question 27

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
Answer
D.
It synchronizes threads

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board