DEVFYI - Developer Resource - FYI

What is a task's priority and how is it used in scheduling?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

208. What is a task's priority and how is it used in scheduling?

A task's priority is an integer value that identifies the relative order in which it should be executed with respect to other tasks. The scheduler attempts to schedule higher priority tasks before lower priority tasks.

(Continued on next question...)

Other Interview Questions