For a PrintWriter called outStream, what does this statement do?

  outStream.println(122);
  
Writes the characters "122" to outStream followed by a line terminator
  • Writes the character 'z' to outStream
  • Writes the characters "122" to outStream

There are no hints for this question.