Question: What is the purpose of static constructor?

  1. to initialize all the members with static value
  2. to delete the static members when not required
  3. to initialize the static members of class
  4. to clear all the static members' initialized values

Answer: The correct answer of the above question is Option A:to initialize all the members with static value