wait()-- It is used to send the running thread into waiting mode, means stand by mode.

notify()-- It is used to send waiting thread into "Ready State Queue", means it will put the waiting thread...