|
Java™ by example!
|
|
|
How do I assign a priority to a thread?
Use the setPriority method. The syntax of the method is -- public final void setPriority(int newPriority).
Further Information
Author of answer: sambeera
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|