Java MCQ Set 1 1. Which exception is thrown by read() method? a) IOException b) InterruptedException c) SystemException d) SystemInputException AnswerAnswer: a [Reason:] read method throws IOException. 2. Which of these is used to read a string from the input stream? a) get() b) getLine() c) read() d) readLine() AnswerAnswer: c [Reason:] None. 3. Which…