Hi,
Briefly describe about static constructor. And tell me why we create it.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shivendu KesarvaniPosted Nov 5, 2012, 6:47 AM
Vithal WadjePosted Nov 5, 2012, 6:33 AM
we have their is no need to create the constructer using new keyword to assing the value it automatticalyy invokes so the static Class or methods are used
Veerabhadram DhodlaPosted Nov 5, 2012, 6:20 AM
Static Constructor of class will excecte before any of the static members of the class are referenced.
VulpesPosted Nov 5, 2012, 6:14 AM