How are this() and super() used with constructors?
2015
26-Aug-2014
Sumit Kesarwani
26-Aug-2014this() is used to invoke a constructor of the same class. super() is used to invoke a superclass constructor.