A Java constructor is special method that is called when an object is instantiated. In other words, when you use the new keyword. The purpose of a Java constructor is to initializes the newly created object before it is used . … A Java class constructor initializes instances (objects) of that class.9 Mar 2021