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:

Verified
Correct Answer:
Verified
Related Questions
Q9: One of the typical ways of dealing
Q10: An object that is being thrown cannot
Q11: A(n) _ is an occurrence of an
Q12: If the catch block with an ellipses
Q13: A(n) _ block specifies the type of
Q15: The string concatenation operator is represented by
Q16: If the operator new cannot allocate memory
Q17: When division by zero occurs and the
Q18: In C++, throw is a(n) _ word.
Q19: Suppose you have written a program that