Java MCQ Set 1 1. Which of these class contains the methods print() & println()? a) System b) System.out c) BUfferedOutputStream d) PrintStream AnswerAnswer: d [Reason:] print() and println() are defined under the class PrintStream, System.out is the byte stream used by these methods . 2. Which of these methods can be used to writing…