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.
Click here to get free scmad SCMAD exam practice questions. Become SUN SCMAD Mobile Application Developer certified.
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.
