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

Which class is the superclass for all the classes?

0 Answers  


Why do we override tostring method in java?

0 Answers  


How do you sort a set in java?

0 Answers  


what are the methods in object?

0 Answers   IBS,


Ducking is automatic in checked exception?True or false

2 Answers  






Difference between Web-based applications,Client- Server applications and Distributed applications?

3 Answers   Infosys,


Which category the java thread do fall in?

0 Answers  


Explain numeric promotion?

0 Answers  


What is role of void keyword in declaring functions?

0 Answers   Adobe,


Can a class be a super class and a sub-class at the same time? Give example.

1 Answers  


Why does java doesnt suuport unsigned values?

0 Answers   ABC,


Explain the polymorphism principle?

0 Answers  


Categories