In the catch block below, what is e?
```
catch (ArithmeticException e) {
System.err.printf(e);
} ```
a. The type of the exception being caught.
b. The name of catch block’s exception parameter.
c. A finally block.
d. An exception handler.
B
Computer Science & Information Technology
You might also like to view...
When working with a group of objects, formatting is only applied to the object with the solid border
Indicate whether the statement is true or false
Computer Science & Information Technology
An unbound form is a form that it is directly connected to a data source such as a table or query and can be used to enter, edit, or display data from that data source
Indicate whether the statement is true or false
Computer Science & Information Technology