both this() and super() can not be used together in constructor . this() is used to call default constructor of same class.it should be first statement inside constructor.
both this() and super() can not be used together in constructor . this() is used to call default constructor of same class.it should be first statement inside constructor.