this() can be used to invoke a constructor of the same class whereas super() can be used to invoke a super class constructor.
this() can be used to invoke a constructor of the same class whereas super() can be used to invoke a super class constructor.