Multiple Choice
The code in a Try block refers to a file and the first catch block is written as follows: Catch exc As IO.IOException
The second catch block is written with the following clause:
Catch
What type of exception will this second Catch block handle?
A) any exception that hasn't already been handled
B) an exception generated by deleting or renaming an open file
C) this block isn't designed to catch any exceptions
D) this block will catch all cases where the file specified by fileName does exist
Correct Answer:

Verified
Correct Answer:
Verified
Q10: The line of code<br> sw.Close <br>when used
Q11: Text files are updated by opening them
Q12: When an exception is generated by a
Q13: A text file cannot be open both
Q14: In a Try-Catch-Finally block, the Catch clauses
Q16: In the following statement, sw is
Q17: End tags always begin with a less
Q18: Assume the file Alphabet.txt contains 26 records,
Q19: If an attempt is made to access
Q20: If any record in a text file