Answer Posted / raviraj
we do not have concept static constructor in .net.a
constructor is one which is invoked when you create an
object for that class,hence by no chance there will exist a
static constructor.
Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
How do you use nullable?
How do I edit a dll file?
Is arraylist thread safe?
Why do we need oops in c#?
What are nested classes in c#?
Explain the difference between Response.Write () and Response.Output.Write ().
What is a scope in c#?
Why is hashset faster?
What is task parallel library?
Is a valid int value?
What is difference between internal and protected internal in c#?
Explain clr in brief.
what is difference between is and as operators in c#?
What is difference between ienumerable and ienumerator in c#?
How to use delegates with events?