Solved

Which of the Following Statements Creates a New Exception Class

Question 14

Multiple Choice

Which of the following statements creates a new exception class?


A) class myClass {};
B) class myClass {} implements exception;
C) class myExceptionClass {} extends exception;
D) class myExceptionClass {} throws exception;

Correct Answer:

verifed

Verified

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

Related Questions