Explain different types of thread priorities ?
Answer / Balwant Kumar Singh
"In Java, thread priorities are a means to specify the relative importance of a thread in comparison to other threads. There are five thread priority levels, from highest to lowest: THREAD_MAX, THREAD_HIGH, NORM_PRIORITY (default), THREAD_LOW, and MIN_PRIORITY."n
| Is This Answer Correct ? | 0 Yes | 0 No |
How many types of exception can occur in a java program?
Is empty in java?
Variables used in a switch statement can be used with which datatypes?
What is Java Package and which package is imported by default?
Which browsers work with java?
How many types of flags are there?
How to call static method?
Can we increase array size dynamically in java?
Explain inheritance in java?
What is difference between static class and singleton pattern?
Can multiple catch statements be used in exceptions ?
How a variable is stored in memory?