Top Categories

10.4 Exception Handling in Java Practical Part 3 Checked
  • Category:
  • Sub Category:
  • Exception Handling
  • Java (Programming Language)
  • error
No Views

A checked exception is a type of exception that must be either caught or declared in the method in which it is thrown. The java.io.IOException is a checked exception.We can write one try block with multiple catch blocks.

Comments

You Might Be Interested In