wait(), notify(), notifyAll() are required for any java class because if we are not creating any Thread still jvm will create a thread for main(). Means to stop and start a thread the logic is required for all the classes so these methods are there in the Object class.