Java / Constructor
What is constructor chaining?
Constructor Chaining is a technique of calling another constructor from one constructor. this() is used to call same class constructor while super() is used to call super class constructor.
More Related questions...