Multiple choice Which of the following is not a method of Object class in Java? void finalize( ) int hashCode( ) Object clone( ) int compareTo(Integer i) void notify( ) Reveal answer Fill a bubble to check yourself D Correct answer Explanation It is the method of Integer class.