Java / Constructor
What happens when the developer does not implement default constructor?
If there is no constructor in a class, compiler automatically creates a default constructor.
When there are parameterized constructors implemented, compile will not create the default constructor.
More Related questions...