super() is used to call super class constructor, whereas this() used to call constructors in the same class, means to call parameterized constructors.