What is default constructor called Java?

A constructor is always called when constructing a new object, and a constructor of every superclass of the class is also called. If no constructor is explicitly called, the default constructor is called (which may or may not be declared).

Leave a Reply

Your email address will not be published. Required fields are marked *