Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

What is Exception in Java

Exception is an abnormal condition.
There are mainly two types of exceptions: checked and unchecked.
An error is considered as the unchecked exception. However, according to Oracle, 
there are three types of exceptions namely:
1. Checked Exception
2. Unchecked Exception
3. Error   
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #What #Exception #Java
ADD COMMENT
Topic
Name
1+2 =