The setPriority() method is a method of the Thread class. This method is used to change the priority of a thread. The general syntax of this method is as follows:
The p parameter specifies the priority of a thread.
If the specified priority is not within the MIN_PRIORITY to the MAX_PRIORITY range, then an IllegalArgumentException is thrown.
The MIN_PRIORITY value defines the minimum priority. Its constant value is 1.
The MAX_PRIORITY value defines the maximum priority. Its constant value is 10.
Download free practice test for SUN SCMAD exam. Best exam simulation SUN CX310-110 download free trial.
Like this article? Share it with others
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
If you like this article, please leave a comment or subscribe this blog via RSS or via e-mail, Bookmark and share through your network. Click the AddThis button below. Thanks.
