super and this keyword super () as well as this () keyword both are used to make constructor calls. super () is used to call Base class's constructor (i.e, Parent's class) while this () is used to call the current class's constructor. In java it is predefined that the ' super ' word is somewhere related to the parent class. If we need to brief and justify the title in one go then the super keyword in java refers to dealing with parent class object while super () deals with parent class constructor. Learn how to use the super keyword in Java to differentiate the members of superclass and subclass, and to invoke the superclass constructor from subclass. See sample code and output for both scenarios. Learn about the super keyword in Java in this tutorial. Understand its syntax, uses, constructor chaining, super vs this in Java , and more. read now!