What is the purpose of static constructor?
to initialize all the members with static value
to clear all the static members' initialized values
to delete the static members when not required
to initialize the static members of class