Name

PrintWriter_println

Description Writes data to a PrintWriter object stream and then starts a new line.
Syntax
pw.println(data)
Parameters
pwany object of the type PrintWriter
databoolean, byte, char, color, int, float, String
Creative Commons License