InterviewSolution
Saved Bookmarks
| 1. |
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 |
|
Answer» CORRECT OPTION is (C) getPriority() The EXPLANATION is: NONE. |
|