Privacy Policy Terms Of Use. Copyright © 2006-2010 Java Tutorials and Examples.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.
A. True
B. False
Answer:
B false. Thread priority can be set using setPriority method of Thread class. The way Java schedules thread is platform dependent, so varies from one platform to another.

Post new comment