I want to create public class. Method of this class can be called
without creating the object of that class.Also I want initialize some
fields. I am doing it in the static constractor.I want to know if this
initialization is performed just once and why? Does this means that
object of this class is not recreated and constractor is not called
every time I am calling methods of that public class.

Reply via email to