Object class have notify, notifyall,wait methods.
But we never use these methods in other class pakages
but we use these methods only in Thread classes.
Java api gave these methods in Object class. Why dont they keep these methods in Thread class...
But we never use these methods in other class pakages
but we use these methods only in Thread classes.
Java api gave these methods in Object class. Why dont they keep these methods in Thread class...
Comment