DEPARTMENTOFCOMPUTERENGINEERING
Semester [Link]–ComputerEngineering
Subject ObjectOrientedProgrammingUsingJava(SkillBasedLab)
Subject Professor [Link]
In-charge
Laboratory OnlineLab
StudentName Siddhesh Varpe
RollNumber 20102A0023
GradeandSubject
Teacher’sSignature
Experiment 12
Problem
WAP to demonstrate Exception Handling
Stateme
nt
Resources/ Hardware:ComputerSystem Software:jdk1.8,Eclipse/
Apparat Notepad++
usRequir
ed
Details Exception Handling:-
The Exception Handling in Java is one of the powerful mechanisms to
handle the runtime errors so that the normal flow of the application can be
maintained.
Advantage of Exception Handling:-
The core advantage of exception handling is to maintain the normal flow of
the application. An exception normally disrupts the normal flow of the
application; that is why we need to handle exceptions.
Code
Output
Conclusion We successfully executed program to implement Exception Handling