Computer Science, asked by Provin9884, 1 year ago

Which of the following methods to be used to know the priority of a thread in java

Answers

Answered by charlie1505
0

Answer:

Answer:Thread.getPriority()

Explanation:

Thread.getPriority() method returns priority of given thread. public final void setPriority(int newPriority): java.lang.Thread.

Similar questions