Answer Posted / vibhu
.NET Run time does not specify when it will invoke a static
constructor. This is one caveat about the static
constructors. Though, what we could be certain of is that
it will be invoked before the first instance of the
corresponding class is created.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sealed class in c#?
What do u mean by delegation of authority?
4. Describe the process when we send a request URL? And who is responsible for that?
Do extension methods have to be static?
How to open a new form on button click in Windows forms?
What is meant by collections in c#?
What are accessors?
What is dao in c#?
How many bytes is a long c#?
What is a dimensional array?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Why abstraction is used in c#?
Explain the three test cases in unit testing?
What is difference between field and property in c#?
Can interface have virtual methods in c#?