Given: (Exhibit) Which is true? By Singh | January 7, 2023 0 Comment Given:Which is true? A. System.out is the standard output stream. The stream is open only when System.out is called. B. System.in is the standard input stream. The stream is already open. C. System.in cannot reassign the other stream. D. System.out is an instance of java.io.OutputStream by default. Correct Answer: B