DEVFYI - Developer Resource - FYI

How many types of Exceptions are there

ORACLE Interview Questions and Answers (Part 5)


(Continued from previous question...)

825. How many types of Exceptions are there

There are 2 types of exceptions. They are
a) System Exceptions
e.g. When no_data_found, When too_many_rows
b) User Defined Exceptions
e.g. My_exception exception
When My_exception then

(Continued on next question...)

Other Interview Questions