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 practice question and study guide for scmad for exam. Click here to download CX310-110 test study guide and practice question.
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.