Explain different types of thread priorities ?



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

Post New Answer

More Core Java Interview Questions

How many types of exception can occur in a java program?

1 Answers  


Is empty in java?

1 Answers  


Variables used in a switch statement can be used with which datatypes?

1 Answers  


What is Java Package and which package is imported by default?

1 Answers  


Which browsers work with java?

1 Answers  


How many types of flags are there?

1 Answers  


How to call static method?

4 Answers   Epoch,


Can we increase array size dynamically in java?

1 Answers  


Explain inheritance in java?

1 Answers  


What is difference between static class and singleton pattern?

1 Answers  


Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


How a variable is stored in memory?

1 Answers  


Categories