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 is difference between Desktop, Client Server & Web based applications?
What is a service contract, operation contract and data contract?
Define pipelining? : Dot net architecture
What does the term "green architecture" mean? : .NET Architecture
What is cache coherency? : Dot net architecture
What is textbox control of .net mobile? : Microsoft dot net mobile
Explain different pipelining hazards? : Dot net architecture
What is the procedure on hardware that converts the ascii value to binary? : .NET Architecture
What is the purpose of cache? How is it used? : Dot net architecture
What is Video Streaming in .net??
What is .net viewstate?
8. Oop-Why and were we use Interfacse and Abstract class.
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
What is the difference between l1 and l2 cache? : Dot net architecture
How does an appdomain get created?