Saturday 7 February 2015

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.















1 comment: