Java MCQ Set 1 1. Which of these keyword can be used in subclass to call the constructor of superclass? a) super b) this c) extent d) extends AnswerAnswer: a [Reason:] None. 2. What is the process of defining a method in subclass having same name & type signature as a method in its superclass?…