Why Do We Use Static Constructors #128
Why do we use static constructors?
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.1.
Why do we use static constructors?
To initialize the static members of class
To initialize all the members with static value
To delete the static members when not required
To clear all the static members initialized values