public void print (char[] s)

Prints an array of characters. The characters are converted into bytes according to the platform's default character encoding, and these bytes are written in exactly the manner of the write(int) method.

Parameters:
s    The array of chars to be printed

Exceptions:
NullPointerException    If s is null