adplus-dvertising
frame-decoration

Question

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

Answer: (c).1 & 10

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the default value of priority variable MIN_PRIORITY AND MAX_PRIORITY?

Similar Questions

Discover Related MCQs

Q. Which of these method waits for the thread to terminate?

Q. Which of these method is used to explicitly set the priority of a thread?

Q. Which of these method is used to implement Runnable interface?

Q. Which of these method is used to begin the execution of a thread?

Q. Which of these method of Thread class is used to find out the priority given to a thread?

Q. Which function of pre defined class Thread is used to check weather current thread being checked is still running?

Q. Which of these are types of multitasking?

Q. Thread priority in Java is?

Q. What will happen if two thread of the same priority are called to be processed simultaneously?

Q. What requires less resources?

Q. What does not prevent JVM from terminating?

Q. What decides thread priority?

Q. What is true about time slicing?

Q. Deadlock is a situation when thread is waiting for other thread to release acquired object.

Q. What should not be done to avoid deadlock?

Q. What is true about threading?

Q. Which of the following is a correct constructor for thread?

Q. Which of the following stops execution of a thread?

Q. Which of the following will ensure the thread will be in running state?

Q. Which of this method is used to avoid polling in Java?