Java - Exception Handling
You want to implement a method that reads data from a file and handles any file-related errors inside the method without declaring them. Which exception type should you catch and handle inside the method to avoid declaring it?
