Solved

In the Catch Block Below,what Is E

Question 8

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions