Computer Science, asked by Jasmine4771, 10 months ago

What is the Default Value Of A Java Thread

Answers

Answered by akshayamca14
0

Answer:

Java Thread does not have any value. Question sounds wrong. but its has default priority value.

Default priority of a thread is 5 (NORM_PRIORITY). The value of MIN_PRIORITY is 1 and the value of MAX_PRIORITY is 10.

Explanation:

Similar questions