Thread Priority

A thread's Priority determines how much execution time it gets relative to other active threads in the operating system

A thread's Priority has the following scale:


enum ThreadPriority { Lowest, BelowNormal, Normal, AboveNormal, Highest }
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.