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's the access scope of protected access specifier?
Using callable statement how can you pass out parameters, explain with example?
How do you escape sequences in java?
Can array grow dynamically in java?
what is meant by abstract class?
Is java util list serializable?
What is the multi-catch block in java?
What are disadvantages of java?
What is lambda in java?
What is the difference between instanceof and isinstance?
If a class is declared without any access modifiers, where can the class be accessed?
Can an interface be final?
What happens to the Exception object after handling an exception?
What is class forname?
What is java and their uses?