What is static Constructor?

Answers were Sorted based on User's Feedback



What is static Constructor?..

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

What is static Constructor?..

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

What is static Constructor?..

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

What is static Constructor?..

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

Post New Answer

More Dot Net AllOther Interview Questions

can Array contains different datatypes ?

5 Answers  


How is the using() pattern useful? What is idisposable?

0 Answers  


Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.

0 Answers  


How to prevent my .NET DLL to be decompiled?

0 Answers   CDC,


what are login controls?

0 Answers   Six Sigma,


What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile

0 Answers  


server.transfer limitation ?

0 Answers  


How cache coherency is eliminated? : Dot net architecture

0 Answers  


Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile

0 Answers  


Can I customise the trace output?

0 Answers  


what is polymorphism and advantage ?

0 Answers   TCS,


What actually happes when you add a something to arraylistcollection ?

0 Answers  


Categories