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

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

There are no hints for this question.