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

Is arraylist zero based?

0 Answers  


Is string thread safe in java?

0 Answers  


What is the arraylist in java?

0 Answers  


what are the design patterns in struts?

1 Answers  


What is included in core java?

0 Answers  


1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))

1 Answers  


How do you write a scanner class in java?

0 Answers  


What is identifier in java?

0 Answers  


What is a native method in java programming?

0 Answers  


What is hypertext?

1 Answers  


What is advantage of java?

0 Answers  


How do generics work in java?

0 Answers  


Categories