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

Waht is Dot net Arcitecture

0 Answers   Donear,


How can we perform data binding in atlas?

0 Answers  


What are the different access modifier? Explain in detail?

2 Answers   Tesco,


What is Ienumerable

1 Answers  


can aspx page have multi language declarations ?

1 Answers  






10. Overloding and overriding.

2 Answers   PCS,


Explain about httpruntime.cach.get(); method?

0 Answers   Tech Mahindra,


what is inheritancy where u required ?

0 Answers  


What is new in the .net 2.0 class library?

0 Answers  


does .NET support multiple inheritance ?

13 Answers   Ness Technologies,


How do I write to the application configuration file at runtime?

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. What is the exact procedure on hardware that converts the ascii value to binary? : .NET Architecture

0 Answers  


Categories