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.
...