Save
OOP
Exception Handling
Basic Exception Handling
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Martinez
Visit profile
Subdecks (2)
Unchecked Exception and its description.
OOP > Exception Handling > Basic Exception Handling
7 cards
Checked Exception and its description.
OOP > Exception Handling > Basic Exception Handling
4 cards
Cards (15)
An
exception
is an
event
that occurs
during
the
execution
of a program that
disrupts
the
normal flow
of instructions.
Exception handling
is the
process
used to
change
the
normal
flow
of code execution if a specified exception occurs.
Exceptions that
occur
during
compilation
are called
checked
exceptions.
Unchecked
exceptions
that occur
during
execution.
These are also
known
as
runtime exceptions.
See all 15 cards