Java View all facts Glossary Help |
thread priority |
thread priority | ||||
subject | fact |
thread priority | can be changed using the setPriority method | |
can be determined using the getPriority method | ||
has definition The importance of a thread, which determines which thread in a system will be run first | ||
has default NORM_PRIORITY | ||
is a value between the constants: MIN_PRIORITY and MAX_PRIORITY | ||
is a subtopic of Threads | ||
is a kind of kbTop |