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

Explain cache? : Dot net architecture

0 Answers  


How to prevent my .NET DLL to be decompiled?

0 Answers   CDC,


What is Video Streaming in .net??

0 Answers   Infosys,


How can i create only one instance of class and thus doesn't allow creating any more instances?

1 Answers  


Does .NET runtime offer Deterministic Destruction or not?

0 Answers   HCL,






what is managed code and managed data?

2 Answers   Six Sigma,


In LINQ TO SQL if it is possible to select the top 5 records from the particular table using select top 5.

1 Answers   Agiline,


What happens when you try to update data in a dataset in .net while the record is already deleted in sql server as backend?

0 Answers  


Which software is used for .net programming?

0 Answers  


Explain the purpose of cache? How is it used? : Dot net architecture

0 Answers  


Waht is Dot net Arcitecture

0 Answers   Donear,


Explain the types of memory management? : .NET Architecture

0 Answers  


Categories