Multiple choice

Which of the following methods of the Object class cannot be overriden in java?

  1. equals()

  2. finalize()

  3. toString()

  4. wait()

  5. 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.