Home » JAVA Programming » Files and I/O » Question
  1. Which exception is thrown by read() method?
    1. InterruptedException
    2. SystemException
    3. IOException
    4. SystemInputException
    5. None of these
Correct Option: C

read method throws IOException.



Your comments will be displayed only after manual approval.