When static constructor is invoked?

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


Please Help Members By Posting Answers For Below Questions

How do you use nullable?

576


How do I edit a dll file?

544


Is arraylist thread safe?

573


Why do we need oops in c#?

581


What are nested classes in c#?

628






Explain the difference between Response.Write () and Response.Output.Write ().

599


What is a scope in c#?

565


Why is hashset faster?

573


What is task parallel library?

593


Is a valid int value?

590


What is difference between internal and protected internal in c#?

553


Explain clr in brief.

639


what is difference between is and as operators in c#?

603


What is difference between ienumerable and ienumerator in c#?

605


How to use delegates with events?

645