Question 692: Which of the following statements are correct about exception handling in C#.NET?If an exception occurs then the program terminates abruptly without getting any chance to recover from the exception.No matter whether an exception occurs or not, the statements in thefinallyclause (if present) will get executed.A program can contain multiplefinallyclauses.Afinallyclause is written outside thetryblock.finallyclause is used to perform clean up operations like closing the network/database connections.
tcs
wipro
infosys
general
aptitude
exception-handling
No answer description is available.Let's discuss.