Examveda
Examveda

In Java, what is the difference between a thread's priority and its thread group's maximum priority?

A. A thread's priority determines its relative importance, while the thread group's maximum priority sets an upper limit on thread priorities

B. A thread's priority is always higher than the thread group's maximum priority

C. A thread's priority is the same as the thread group's maximum priority

D. A thread's priority is unrelated to the thread group's maximum priority

Answer: Option A


This Question Belongs to Java Program >> Threads

Join The Discussion

Related Questions on Threads

What is a thread in Java?

A. A lightweight process that runs independently within a program

B. A data structure to store variables

C. A type of loop

D. A synchronization mechanism