3303-flashcards/hATaBiZQ - 3303/uFuuZpdX - Which methods are used to modify or check a threads priority at runtime.md
2026-04-20 23:08:47 -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.