What does System.out.println() do?

Prints a line of text to the program's standard output stream, which is usually connected to the terminal.
  • Prints a line of text to the standard output file: output.txt.
  • Prints a line of text to the system's log file.
  • Reads in input from the terminal.

There are not hints for this question