InterviewSolution
Saved Bookmarks
| 1. |
What is the default value of priority variable MIN_PRIORITY AND MAX_PRIORITY?(a) 0 & 256(b) 0 & 1(c) 1 & 10(d) 1 & 256I had been asked this question during an internship interview.This question is from isAlive(), Join() & Thread Synchronization topic in section Multithreading of Java |
|
Answer» CORRECT OPTION is (C) 1 & 10 Explanation: NONE. |
|