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 ? | 11 Yes | 1 No |
Post New Answer View All Answers
What is a programming object?
Can bool be null?
What is the class in java?
Why is java multithreaded?
Can we have try block without catch block?
What is null in java?
how are methods defined?
What is a pointer and does java support pointers?
How to use arraylist in java netbeans?
Is array a class?
What is string subsequence method?
If an object is garbage collected, can it become reachable again?
How do you write a conditional statement?
What are the states of thread in java?
Why java is made?