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 the purpose of interface?
What is the symbol for line break?
What are the basic interfaces of java collections framework?
Is 0 a prime number?
What is singleton service?
What are the types of java?
What is thread safe singleton?
Can we extend immutable class?
How do you clear a list in java?
Write the algorithm to check the number non-leaf nodes in a tree.
What is a variable and constant?
Does java trim remove newline?
What is the r character?
Can a class have multiple subclasses?
'A class is a template for an object' explain this statement.