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 |
Is null function in java?
why are there separate wait and sleep methods? : Java thread
State differences between C and Java?
0 Answers Deloitte, JPMorgan Chase,
What is communist flag?
Mention the default values of all the elements of an array defined as an instance variable.
What is identifier in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What are parsing rules?
Explain the difference between abstract class and interface in java?
Why are generics used?
What is qualitative variable?
Define array. Tell me about 2-D array.