public void println (char x)

Prints a character and then terminates the line. This method behaves as though it invokes print(char) and then println().

Parameters:
x    the char value to be printed