A

Admin • 802.91K Points
Coach

Q. Which method wakes up a single thread that is waiting on the object’s monitor?

  • (A) notify()
  • (B) resume()
  • (C) signal()
  • (D) interrupt()

Explanation by: Admin
notify() wakes up one thread waiting on the object's monitor.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.