What is thread priority?



What is thread priority?..

Answer / malligontla

By default, the priority of Thread is 5. But the range is
from 1 to 10.

MAX_PRIORITY (value 10)
NORM_PRIORITY (value 5)
MIN_PRIORITY (value 1)

Is This Answer Correct ?    30 Yes 4 No

Post New Answer

More Core Java Interview Questions

What is the difference between constructor and method?

4 Answers  


What do you mean by Function Overloading in java?

0 Answers   Impetus,


List down the methods and interfaces of collection class in java.

0 Answers  


Can abstract class have private constructor?

0 Answers  


How do you use spaces in java?

0 Answers  






What is the difference between preemptive scheduling and time slicing?

0 Answers  


What is the use of hashmap in java?

0 Answers  


What is intern method in java?

0 Answers  


java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.

7 Answers   HCL, Wipro,


What is HashTable?

4 Answers  


What is :: operator in java?

0 Answers  


What is nested interface?

0 Answers  


Categories