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 java oops?

0 Answers  


What is numeric function?

0 Answers  


What do you understand by Header linked List?

0 Answers   Genpact,


What is outofmemoryerror in java?

0 Answers   Cyient,


What is string variable?

0 Answers  






What purpose do the keywords final, finally, and finalize fulfill?

0 Answers  


Is java still necessary?

0 Answers  


Can you start a thread twice in Java?

0 Answers  


Can we use this () and super () in a method?

0 Answers  


How do you check if a string is lexicographically in java?

0 Answers  


What does snprintf return?

0 Answers  


Why runnable interface is used in java?

0 Answers  


Categories