Two types of constructor in java.They are as follows
1.Default constructor(i.e, with out arguments)
2.Parameterised constructor(i.e, with arguments)
Is "static" keyword can be applied to Class (Not Nested) in java?
Is "static" keyword can be applied to Inner Class methods in java?
Is "static" keyword can be applied to Constructor in java?
Is "static" keyword can be applied to interfaces in java?
Can we use both "this" and "super" keywords in constructor?