0 votes
in JAVA by

Which of the following is NOT a type of exception in Java?

a) Checked exceptions

b) Unchecked exceptions

c) Runtime exceptions

d) Compilation exceptions

1 Answer

0 votes
by
Answer: d) Compilation exceptions

Explanation: Compilation exceptions are not a type of exception in Java. They are errors that occur during the compilation process.

Related questions

0 votes
asked May 12 in JAVA by rahuljain1
0 votes
asked Apr 24 in JAVA by Robin
...