what does static void Main(string[] args) in C# mean????????
Answer Posted / elan
It is the code starting point and when a function specified with static it will be always available in App Domain (in application). Also no need to create any instance and Classname.Function / Method name will work. The usage of string args[] is read the command line argument.
| Is This Answer Correct ? | 23 Yes | 5 No |
Post New Answer View All Answers
What is unsigned int?
Difference between value and reference type.
Explain manifest & metadata in c#.
What is Dependency of Injection?
how background thread access to ui control?
Why extension method is static?
What is a console application in c#?
Can a loop recorder detect a heart attack?
Explain the Usage of web.config
Why do we need abstraction in c#?
Describe the process of “exception handling implementation” in c#?
Is a c# interface the same as a c++ abstract class?
What is the difference between system.text.stringbuilder and system.string?
What are the examples of data types?
Explain the role of the datareader class in ado.net connections?