Java compiler automatically creates a default constructor (Constructor with no arguments) in case no constructor is present in the java class.
Java compiler automatically creates a default constructor (Constructor with no arguments) in case no constructor is present in the java class.