What is inside default constructor in Java?

Java compiler automatically creates a default constructor (Constructor with no arguments ) in case no constructor is present in the java class. Following are the motive behind a default constructor. Initialize all the instance variables of the class object.

Sizin İçin Seçtik  How do you identify a class name in Java?

Leave a Reply

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