Both the methods are used to block the thread for particular time interval until a specific condition is met. The necessity is that you need to ensure that any calls to wait() or notify() are within...