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 are end points, contract, address and bindings?

0 Answers  


What is code access security (cas)?

0 Answers  


Explain .net mobile selectionlist control? : Microsoft dot net mobile

0 Answers  


which of the following statement is true about gac. a)it is being handled by .net framwork b)It is special folder c)it can have files with same name etc etc.

4 Answers   Honeywell,


What is the difference between an application and a program?

0 Answers  






Does application frame need host?

0 Answers  


What is an interrupt? : .NET Architecture

0 Answers  


Use of Enable view state ? if turn off what happen ?

1 Answers  


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

0 Answers   Tech Mahindra,


What is .net mobile utility controls. : Microsoft dot net mobile

0 Answers  


What are the five stages in a dlx pipeline? : Dot net architecture

0 Answers  


What is CLR,MSIL and Jit Compiler and their roll in .net

1 Answers   PCS,


Categories