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

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

0 Answers  


Explain about metadata?

0 Answers  


how to delete the record using data reader

0 Answers   PCS,


Whate are resource files? How are they used in .net?

0 Answers  


Explain about validation?

0 Answers  


what is the difference between master page and content page?

0 Answers   Six Sigma,


Describe the advantages of writing a managed code application instead of unmanaged one. What is involved in certain piece of code being managed?

0 Answers  


Explain different pipelining hazards and how are they eliminated? : .NET Architecture

0 Answers  


HttpHendler and HttpModules

0 Answers   PCS, Sopra,


What is Video Streaming in .net??

0 Answers   Infosys,


Explain COM with example?

0 Answers   MaxSolPro,


while developing a asp.net 2.0 ajax application how to maitain and check the ACID property for each transaction

2 Answers   Aviva,


Categories