A

Admin • 832.27K Points
Coach

Q. Which thread method allows other threads of the same priority to execute?

  • (A) yield()
  • (B) wait()
  • (C) notify()
  • (D) pause()

Explanation by: Admin

yield() hints the scheduler to let other threads of the same priority run.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.