Multiple choice Which exception is thrown by the read() method of Input stream class? Exception Read Exception IO Exception None of these Reveal answer Fill a bubble to check yourself C Correct answer Explanation The read() method in the InputStream class is declared to throw an IOException because I/O operations are prone to failure.