What is the difference between a static and an instance constructor?
Samir Bhogayta
An instance constructor implements code to initialize the instance of the class. A static constructor implements code to initialize the class itself when it is first loaded.