Answer Posted / sujai cn
A static constructor is executed when that class is loaded
in to memory for the first time . i.e., when ever an object
is created or a static method is invoked using class name.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you mark a method obsolete?
What does the initial catalog parameter define in the connection string?
What do u mean by delegation of authority?
What is delegates in c#?
How many dimensions can an array have?
what is the purpose of using statement in c#
How long can a string be c#?
What is difference between il and dll ?
What is using in c#?
Is static thread safe?
If the original method is not static you can declare an override method to be static or not?
What can you do as a .net developer?
What is generic collection in c#?
What are the advantages of using assemble language programming?
Explain the difference between boxing and unboxing.