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
What are the different types of constructors?
Explain different properties of object oriented systems.
What does string intern do?
Can a string be null c#?
What is the difference while using directive vs using statement ?
How do you read an Excel sheet in C#?
What is parsing? How to parse a date time string?
What is difference between an reference type and value type in C#?
What is integer c#?
Which of the following API is used to hide a window?
What are c# attributes and its significance?
What is serialization of data?
What is delegation in oops?
what is inheritance and an example in vb.net and c# of when you might use it?
What is wrong with the sample program below?