Consider the following Java statement.
private static java.io.PrintWriter stdOut =
new java.io.PrintWriter(System.out, true);
At the end of execution of the Java statement, a call to stdOut.println() would result in which of the following?
I. Output of a new line character
Flushing of the output buffer
2021-05-05 18:24:20
2.49MB
SSD3
1