What is static Constructor?
Answers were Sorted based on User's Feedback
Answer / suresh mediboyina
Static constructor is used to initialize static data
members as soon as the class is referenced first time
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / nagarjunareddy.sannapareddy
1.static constructor is execute only once while class is
loaded into memory
2.static constructor use only static variables
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / manikanta.srinu
1.static constructor is execute only once while class is
loaded into memory.
2.static constructor use only static variables.
3.static constructor is a paramaterless constructor.
4.Can't use access modifiers on static constructor.
5.We can't create instence for static constructor.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nagakrishna balusu
static constructor is execute only once while class is
loaded into memory.
2.static constructor use only static variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of Accordian in jquery? Where it can be used?
What is .net mobile images control. Explain with an example? : Microsoft dot net mobile
How to call .NET Web service from Java Appl. & Why ?
.net platform independent or dependent?
Will finally block exec if we write an return statement to a try block???????
Explain pipelining? : .NET Architecture
what is the difference between master page and content page?
Different types of authentication modes in .net framework ?
What is biginteger and when would you use that?
What is the difference between absolute expiration and sliding-time expiration?
what is the difference between Exportdll and Importdll ?
What are end points, contract, address and bindings?