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 |
What is the range of the short datatype?
Explain about static nested classes in java?
what is language and it responsibilities
In which language JVM (Java Virtual Machine) is implemented
What are assembly attributes?
Can you run java program without main method?
different types of threads?
What is a qualifier in a sentence?
Where local and global variables are stored?
What is the static variable?
Life Cycle of Thread
What is default switch case? Give example.