A catch block that does not specify which type of exception it catches ________.
a) is a syntax error
b) is useless; it will not catch any type of exception
c) will catch any type of exception that does not already have a handler defined
d) should be the last catch block in a group
e) Both c and d.
e) Both c and d.
Computer Science & Information Technology
You might also like to view...
________ an image blurs the edges so the boundaries are less prominent
Fill in the blank(s) with correct word
Computer Science & Information Technology
Which of the following attacks is generally initiated from a botnet?
A. Cross site scripting attack B. HTTP header injection C. Distributed denial of service D. A war driving attack
Computer Science & Information Technology