Answer Posted / 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 |
Post New Answer View All Answers
Explain difference between machine config vs. Web config? : .NET Architecture
Explain different pipelining hazards and how are they eliminated? : .NET Architecture
Does .NET runtime offer Deterministic Destruction or not?
Explain cache? : Dot net architecture
Explain the purpose of cache? How is it used? : .NET Architecture
What is .net mobile images control. : Microsoft dot net mobile
How can we perform data binding in atlas?
Tell me .net mobile emulators? : Microsoft dot net mobile
Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?
Explain hard disk and what is its purpose? : .NET Architecture
What is the cli? Is it the same as the clr?
What are relation objects in dataset?
What other than biginteger has been introduced in system.numerics namespace?
What is the difference between absolute expiration and sliding-time expiration?
How do I prevent concurrent access to my data?