Which of these method is used to explicitly set the priority of a thread?
(a) set()
(b) make()
(c) setPriority()
(d) makePriority()
The question was posed to me in an international level competition.
The origin of the question is isAlive(), Join() & Thread Synchronization in division Multithreading of Java