What happens if we call “super()” in a constructor without extending any class, in java? A super keyword is a reference of the superclass object in Java . Using this, you can invoke the instance methods constructors and, variables, of a superclass.
Read more