A

Admin • 828.43K Points
Coach

Q. Which method causes the currently executing thread to pause and allow others to execute?

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

Explanation by: Admin
`yield()` is a hint to the thread scheduler that the current thread is willing to yield its current use of a processor.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.