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 are the changes in java.io in java 8 ?
What is loop in java?
What is static class
What is the java reflection api? Why it’s so important to have?
What is difference between final and immutable?
What's the difference between an abstract class and interface in java?
Explain try and catch keywords in java?
What does a method signature consist of?
Can static methods access instance variables in java?
What an i/o filter?
Distinguish between a predicate and a function?
What do you mean by ternary operator in java?
What technique can be employed to compare two strings?
how would you implement a thread pool? : Java thread
What are loops in java?