Which of the following statements about threads is true?
setPriority()
method. B.
Threads inherit their priority from their parent thread.
A is incorrect because, although the default priority for a thread is 5, it may be changed by the parent thread.
C is incorrect because Java does not make any promises about priority at runtime.
D is incorrect because thread priorities range from 1 to 10.