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 |
How to call the dll at runtime in .Net?
what is the difference between value types and reference types?
What is the problem with .net generics?
How can implement drag and drop using atlas?
what are constructors and destructors
Define a virtual memory? : Dot net architecture
Explain what does the term "green architecture" mean? : .NET Architecture
2. What type of code (server or client) is found in a Code-Behind class?
How resource files are used in .net?
Difference between abstract class and interface
100 Answers Accenture, Altruist, Baba Group, CitiGroup, Fiserv, HCL, IBM, iGate, Infosys, Jean Martin, Karthik Industries, Microsoft, OnDLine, TCS,
What is gui programming? : .NET Architecture
what are ACID properties ?