Which class is used to handle the input and output exceptions?

Which class is used to handle the input and output exceptions? Correct Answer IOExceptions

There is a specific class to handle each type of exceptions that might be produced in a program. The input and output exceptions can be handled by an object of class IOExcceptions. This class handles all type of input and output exceptions.

Related Questions