what are the type of exception
How the exceptions are handled in java
Can we have try without catch block in java ?
What is RunTime exception in java?
Can we keep other statements in between try, catch and finally block?
Can we keep the statements after finally block If the control is returning from the finally block itself?
What is Re-throwing an exception in java?
Types of exception
Types of Java Exceptions
There are mainly two types of exceptions: checked and unchecked.
1.Checked Exception
2.Unchecked Exception
core java