how many catch we can write in thye program?
Answers were Sorted based on User's Feedback
Answer / gvreddy
wer can write no of catsh block in one program.one try{}
block can contain more then one catch{} blocks.
Is This Answer Correct ? | 4 Yes | 0 No |
In dynamic link library, which api is used for load library?
Is 0 an unsigned integer?
Can property be private in c#?
What is the difference between const and readonly in c#.net?
What is parallel programming in c#?
How do you comment out code in c#?
Explain namespaces in c#.
Why is it called c sharp?
Can an array be null c#?
What is the output of TextWriterTraceListener redirected?
how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
How?s the DLL Hell problem solved in .NET?