Answer Posted / 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 View All Answers
what is thread in Java ?
How can I debug the Java security exceptions and AccessControlExceptions?
What is the difference between equals() and == in java?
What is lambda expression in java?
What is jit compiler ?
What will be the initial value of an object reference which is defined as an instance variable?
When will you define a method as static?
What is wrapper class html?
Does java set allow duplicates?
What is the name of the java compiler?
Can you give names of Container classes?
Can a class declared as private be accessed outside it’s package?
How to read and write image from a file ?
Is space a character in java?
What do you mean by local class?