Answer Posted / kiran
If a finally block contains a try catch block where in
exceptions can occur. In that case exception in the main
try catch block and the exceptions in finally block will
also be thrown.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
List the two important objects of ado.net and also list the namespaces that are commonly used in ado.net to aid in connection to a database.
What are PE(Portable Executable)?
Why use a singleton instead of static methods?
Why main method is static in c#?
What is Wrapper class in dot net?
How to block a class from being inherited further?
List the different stages of a thread?
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is the usage of OLE?
What is connection pooling in ado.net?
What is the difference between a field and a property in c#?
What is a decimal in c#?
Does hashset allow duplicates c#?
Why do we use 0?
How does aspect oriented programming work?