Which of the following methods to be used to know the priority of a thread in java
Answers
Answered by
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