Discussion :: JAVA MCQs
- Which of these method is used to explicitly set the priority of a thread?
Answer : Option C
Explanation :
The default value of priority given to a thread is 5 but we can explicitly change that value between the permitted values 1 & 10, this is done by using the method setPriority().
Be The First To Comment