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 |
How do you escape sequences in java?
What is java string pool?
What mechanism does java use for memory management?
What is the difference between break and continue statements?
What is the difference between private & public & friendly classes?
how do I create a runnable with inheritance? : Java thread
List the features of java programming language.
What will happen if a thrown exception is not handled?
0 Answers ABB, Akamai Technologies, Infogain,
Why hashcode is used in java?
What are the states of thread in java?
What is the synonym of framework?
What is not thread safe?