Posts

Showing posts with the label Code which deals with specific unchecked exceptions in a unique way

Zeek_81_HandlingSpecificExceptions.java

  /* Write a code which deals with specific unchecked exceptions in a unique way. For eg- If Arithmetic Exceptions occurs print an instruction.         If ArrayIndexOutOfBoundsException  occurs print different instruction ,etc */