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 kind of variables can a class consist?

0 Answers  


Differentiate between array list and vector in java.

0 Answers  


Can we increase size of array?

0 Answers  


Java is based on pass by reference or pass by value ..

6 Answers   L&T, Wipro,


What are the principle concepts of oops?

0 Answers  






Name the package that always imported by default?

4 Answers  


where singleton classes are used in j2ee web application.can we use it for connection pooling.

1 Answers  


How can you set an applet’s height and width as a percentage?

0 Answers  


Why do we need singleton?

0 Answers  


What is casting ?

2 Answers  


What is json parser in java?

0 Answers  


When will you define a method as static in Java?

0 Answers   SwanSoft Technologies,


Categories