

Hi,
this() can be used to invoke a constructor of the same class.this keyword is used to invoke the current class properties.
whereas super() can be used to invoke a super class constructor.super() must always be the first statements executed inside a subclass constructor.
Thanks.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.