How are this() and super() used with constructors in Java Programming?

Submitted by: Administrator
this() is used to invoke a constructor of the same class. super() is used to invoke a superclass constructor in Java Programming.
Submitted by: Administrator

Read Online Java Job Interview Questions And Answers