Which of the following classes define exceptions that can occur in a Java application?

Which of the following classes define exceptions that can occur in a Java application?


a. ArithmeticException
b. NumberFormatException
c. NullPointerException
d. all of the above
e. none of the above


Answer: all of the above


Learn More :