you can use this keyword for achieving this operation. if you want to call the parameterless constructor from another constructor then use this(); If you want to call the parameterised constructors then mention the parameter values within parenthesis of this eg: this("hello"); this(1,2);