Answer Posted / raviraj
we do not have concept static constructor in .net.a
constructor is one which is invoked when you create an
object for that class,hence by no chance there will exist a
static constructor.
Is This Answer Correct ? | 3 Yes | 18 No |
Post New Answer View All Answers
Explain how can I get around scope problems in a try/catch?
Explain “static” keyword in c#?
What is clr namespace?
Explain the use of SN.exe
Explain what is the smallest unit of execution in .net?
What is the difference between a private assembly and a shared assembly?
Why do we need to call CG.SupressFinalize?
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
Describe how a .net application is compiled and executed
When was c# created?
How to rotate an Image in C#?
What is difference between C# and VB.NET?
Write down the c# syntax to catch an exception
What is the difference between readkey and readline in c#?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?