which of the following classes java.lang.Object override hashCode() method in Object class java.lang.String ,, ,, .StringBuffer .Number .Byte which of them override
You can find the answer by looking up the API documentation of those classes. If the documentation doesn't mention a hashCode() method, then the class doesn't override it.