Exception Handling In Java

 

  •    An exception is a event ,which interrupt the normal flow of the program.
  •     Throwable class is the super class of all errors and exceptions in java.
  •    We can explicitly throw an exception using ‘throw’ clause.

 

 

2 comments

Leave a Reply

Your email address will not be published. Required fields are marked *

9 + 1 =