For a PrintWriter called outStream, what does this statement do?
outStream.write(122);
Writes the character 'z' to outStream
- Writes the characters "122" to the outStream followed by a line terminator
- Writes the characters "122" to outStream
There are no hints for this question.