Multiple choice technology programming languages

The default priority of thread is ?

  1. 1

  2. 5

  3. 8

  4. 10

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Java, threads inherit a default priority of 5 (NORM_PRIORITY). The range is 1-10, with 5 being the standard default when no priority is explicitly set.