When Is The Static Constructor Called #133
When is the static constructor called?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Constructors and Destructors - OOPs MCQ: Types of Constructors - Quiz No.2.
When is the static constructor called?
After the first instance is created
Before default constructor call of first instance
Before first instance is created
At time of creation of first instance