
Hi,
can any one please tell me the uses of return type,"Super" and "this" calling statement in Java??
why do we required this,super calling statement?? why return type is required??

A this keyword is used to invoke the constructor of same class and a super keyword is used to invoke the constructor of super class.
For more information, visit the following links:
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.