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 a flag variable?

0 Answers  


How do you convert boolean to boolean?

0 Answers  


What is singleton pattern?

0 Answers  


What is an example of declaration?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,






Difference between notify() method and notifyall() method in java?

0 Answers  


How big is a 32 bit integer?

0 Answers  


What does t in java mean?

0 Answers  


Can we create an object of static class in java?

0 Answers  


What is a predicate method?

0 Answers  


When can an object reference be cast to an interface reference in java programming?

0 Answers  


What is procedure overloading?

0 Answers  


Categories