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
what are the events for a form?
What does the term "green architecture" mean? : .NET Architecture
What are the five stages in a dlx pipeline? : Dot net architecture
Explain how does .net mobile work? : Microsoft dot net mobile
what is polymorphism and advantage ?
What is .net transaction?
What is biginteger and when would you use that?
data types used in validation control
How does an appdomain get created?
How is the using() pattern useful? What is idisposable?
What is application frame host?
Explain the difference between l1 and l2 cache? : .NET Architecture
What is private constructor? And it's use?
Session State and can i store desirialized object in state server, if yes how and if not why.
Explain the difference between l1 and l2 cache? : Dot net architecture