9.
Can a class have a static and regular constructor?
View Description
Static constructors in a class will be called only once. But regular constructors will be called each time a new instance is intiated.