Home » JAVA Programming » Multithreading » Question
  1. Which of these method of Thread class is used to find out the priority given to a thread?
    1. getThreadPriority()
    2. getPriority()
    3. ThreadPriority()
    4. get()
    5. None of these
Correct Option: B

getPriority()



Your comments will be displayed only after manual approval.