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 textview control of .net mobile? : Microsoft dot net mobile
Hi i need fast track course maximum to complete within a month....courses are Asp.net,c3,vb.net n sql server........at hyderbad location ..best institute n cost
difference between page init an page load
How to upload in video,mp4,in .net 4.5 ..?
Explain .net mobile events? : Microsoft dot net mobile
Explain Singleton design pattern in .net
Explain how does .net mobile work? : Microsoft dot net mobile
What i sthe meaning of .(dot) in .Net?
Explain the five stages in a dlx pipeline? : Dot net architecture
Wcf- What is ABC
State and explain about microsoft.net?
Can I create my own permission set?