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. The name of catch block’s exception parameter.

Computer Science & Information Technology

You might also like to view...

A ________ is two or more selected cells on a worksheet that are adjacent or nonadjacent

A) summary B) range C) footer D) header

Computer Science & Information Technology

The items inside the parentheses of a for statement are optional, including the semicolons.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

One measurement of the speed of a CPU is the ____, which is rated in megahertz (MHz) or gigahertz (GHz).

A. system speed
B. CPU clock speed
C. system rpm
D. CPU rpm

Computer Science & Information Technology

What type of laptop is thin, light, and powerful, and is as much about power and portability as it is about looks?

A. Convertible B. Chromebook C. Tab D. Ultrabook

Computer Science & Information Technology