In the Catch header below, what is e?
Catch e As Exception
a) The type of the exception being caught
b) The name of Catch block’s exception identifier
c) A Finally block
d) An exception handler
b) The name of Catch block’s exception identifier
Computer Science & Information Technology
You might also like to view...
A file compressed with a lossless compression algorithm can be decompressed to its original form
Indicate whether the statement is true or false
Computer Science & Information Technology
java.util.Vector is a subtype of __________.
a. java.util.ArrayList b. java.util.LinkedList c. java.util.AbstractList d. java.util.Vector e. java.util.List
Computer Science & Information Technology