Which of these method of Thread class is used to find out the priority given to a thread?
(a) get()
(b) ThreadPriority()
(c) getPriority()
(d) getThreadPriority()
I have been asked this question in an interview for internship.
The question is from Thread class topic in division Multithreading of Java