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 |
Why do people says “java is robust”?
What is module in oop?
What is a final class in java?
what is difference between Interface and abstract class
Can private class be inherited in java?
Explain about narrowing conversion in java?
What are streams in java 8?
Explain the importance of join() method in thread class?
What is immutability in java?
Do we have pointers in java?
What is the difference between equals() and == in java?
What is the difference between error and an exception?