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

I want to create a project like google maps how can we do that with atlas?

0 Answers  


Explain about validation?

0 Answers  


What is one way operation?

0 Answers  


How to delete the duplicate records from table(having bulk records)?

4 Answers   BV, iGate,


how to make my form not to appear in the task bar?

1 Answers   Six Sigma,






Explain cache? : .NET Architecture

0 Answers  


What are end points, contract, address and bindings?

0 Answers  


how to display a message box in the Application?

2 Answers   Six Sigma,


What is ILDASM ?

0 Answers   B-Ways TecnoSoft,


Explain different pipelining hazards and how are they eliminated? : Dot net architecture

0 Answers  


Whats new features in Visual Studio 2012?

0 Answers   B-Ways TecnoSoft,


can aspx page contains two pager tags ?

1 Answers  


Categories