Answer Posted / ganni
the 'try' block contains the code which may have the
runtime errors. to handle that errors we use 'catch' block.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why is main static in c#?
What is msil in c#?
Explain “static” keyword in c#?
Can we write class inside a class in c#?
What is a delegate how is it type safe?
What is c# used for in the industry?
How do you clear a list in c#?
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
What is a property c#?
What is hierarchical inheritance in c#?
what is the default access for a class
What is difference between c and c sharp?
How do I create a single-file assembly?
Why can’t struct be used instead of class for storing entity?
How do you concatenate in c#?