Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is Thread priority?

Answers were Sorted based on User's Feedback



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 ?    11 Yes 1 No

what is Thread priority?..

Answer / mamatha

Thread scheduler uses the thread priorities in the form of integer value to each of its thread to determine the execution schedule of threads .

Thread gets the ready-to-run state according to their priorities.

Priorities are integer values from 1 (lowest priority given by the constant Thread.MIN_PRIORITY) to 10 (highest priority given by the constant Thread.MAX_PRIORITY).

The default priority is 5(Thread.NORM_PRIORITY).

Is This Answer Correct ?    10 Yes 0 No

what is Thread priority?..

Answer / guest

first come first serve

Is This Answer Correct ?    0 Yes 1 No

what is Thread priority?..

Answer / guest

first come first serve

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What is use of inner class in java?

0 Answers  


How can u increase the heap size in the memory?

0 Answers   Infosys,


What is a layout manager and what are different types of layout managers available in java awt?

0 Answers  


Is a string literal?

0 Answers  


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


Can a class be a super class and a sub-class at the same time? Give example.

1 Answers  


Can we increase array size dynamically in java?

0 Answers  


What is an infinite loop? How infinite loop is declared?

0 Answers  


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


Why is it called a string?

0 Answers  


What restrictions are placed on method overloading in java programming?

0 Answers  


what is the use of private constructor in core java?

3 Answers   OnMobile, Satyam, Yash Technologies,


Categories