Related Questions

Which method is called during method overriding in Java if the superclass method is invoked using the "super" keyword?
In method overriding, is it mandatory for the return type of the subclass method to be the same as the superclass method?