Multiple Choice
The following catch statement can __________. catch (Exception e) {...}
A) handle all throwable objects by using a polymorphic reference for the parameter
B) handle all exceptions that are instances of the Exception class or one of its subclasses
C) handle all exceptions that are instances of the Exception class but not its subclasses
D) cause a compiler error
Correct Answer:

Verified
Correct Answer:
Verified
Q49: If the code in a method can
Q50: If you want to append data to
Q51: In a try statement, the try clause
Q52: A class must implement the Serializable interface
Q53: Classes that inherit from the Error class
Q55: When the code in a try block
Q56: The RandomAccessFile class treats a file as
Q57: The try statement may have an optional
Q58: When writing a string to a binary
Q59: A(n) _ is an object that is