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 |
Are the equals() and hashCode() protected methods of object class?
Which keyword specify that a variable is effectively final ?
if i have one string class then how can you achive this class functionality of this class?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Why deletion in linkedlist is fast than arraylist?
basic difference b/w ALL types of JDBC driver.
What is ascii format?
how to handled exceptions & erros in ejb?
Can we override a variable in java?
What is a function argument in java?
Can we initialize the final blank variable?
What is singleton math?