What is thread priority?
Answer / 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 |
Which class is the superclass for all the classes?
Why do we override tostring method in java?
How do you sort a set in java?
what are the methods in object?
Ducking is automatic in checked exception?True or false
Difference between Web-based applications,Client- Server applications and Distributed applications?
Which category the java thread do fall in?
Explain numeric promotion?
What is role of void keyword in declaring functions?
Can a class be a super class and a sub-class at the same time? Give example.
Why does java doesnt suuport unsigned values?
Explain the polymorphism principle?