Aug 16 2008 12:46 AM 4364 4 Thread Priority Levels cnvreddy How many THREAD PRIORITY LEVELS levels are there in JAVA 3810 1224 Sandhya.Kishan Profile Answers by Sandhya.Kishan Questions by Sandhya.Kishan Jul 4th, 2012 The priority of thread can be max,norm and min depending on the underlying os or JMV. almas_23 Profile Answers by almas_23 Questions by almas_23 Aug 18th, 2008 The thread priority levels in terms of integer range from 1 to 10For max, min & medium priority we have the following:MAX_PRIORITY (value=10)NORM_PRIORITY (value=5)MIN_PRIORITY (value=0) Answer Question Select Best Answer
Aug 16 2008 12:46 AM 4364 4 Thread Priority Levels cnvreddy How many THREAD PRIORITY LEVELS levels are there in JAVA 3810 1224 Sandhya.Kishan Profile Answers by Sandhya.Kishan Questions by Sandhya.Kishan Jul 4th, 2012 The priority of thread can be max,norm and min depending on the underlying os or JMV. almas_23 Profile Answers by almas_23 Questions by almas_23 Aug 18th, 2008 The thread priority levels in terms of integer range from 1 to 10For max, min & medium priority we have the following:MAX_PRIORITY (value=10)NORM_PRIORITY (value=5)MIN_PRIORITY (value=0) Answer Question Select Best Answer
Sandhya.Kishan Profile Answers by Sandhya.Kishan Questions by Sandhya.Kishan Jul 4th, 2012 The priority of thread can be max,norm and min depending on the underlying os or JMV.
almas_23 Profile Answers by almas_23 Questions by almas_23 Aug 18th, 2008 The thread priority levels in terms of integer range from 1 to 10For max, min & medium priority we have the following:MAX_PRIORITY (value=10)NORM_PRIORITY (value=5)MIN_PRIORITY (value=0)