Multiple choice Which of the following methods of the Object class cannot be overriden in java? equals() finalize() toString() wait() getClass() Reveal answer Fill a bubble to check yourself E Correct answer Explanation This is a final method of the Object class and cannot be overridden.