3303-flashcards/hATaBiZQ - 3303/uFuuZpdX - Which methods are used to modify or check a threads priority at runtime.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

228 B

Which methods are used to modify or check a thread's priority at runtime?


🛠️

  • setPriority(int): Sets the priority to a specific value.
  • getPriority(): Returns the current priority of the thread.