What is the default value of priority variable MIN_PRIORITY AND MAX_PRIORITY?
(a) 0 & 256
(b) 0 & 1
(c) 1 & 10
(d) 1 & 256
I had been asked this question during an internship interview.
This question is from isAlive(), Join() & Thread Synchronization topic in section Multithreading of Java