Q. Which method in thread class causes the currently executing thread object to temporarily pause and allow other threads to execute?
β
Correct Answer: (C)
public void yield()
You must be Logged in to update hint/solution