22.22
java.io.PrintStream
THE PACKAGE JAVA.IO
22.22.20
public void println(char[] s) throws NullPointerException
This is exactly the same as
print(s)
( 22.22.10) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
If
s
is
null
, a
NullPointerException
is thrown.
22.22.21
public void println(boolean b)
This is exactly the same as
print(b)
( 22.22.11) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
22.22.22
public void println(char c)
This is exactly the same as
print(c)
( 22.22.12) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
22.22.23
public void println(int i)
This is exactly the same as
print(i)
( 22.22.13) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
22.22.24
public void println(long l)
This is exactly the same as
print(l)
( 22.22.14) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
22.22.25
public void println(float f)
This is exactly the same as
print(f)
( 22.22.15) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
22.22.26
public void println(double d)
This is exactly the same as
print(d)
( 22.22.16) followed by writing the low
order byte of the newline character
\n
to the contained output stream.
742
footer
Our partners:
PHP: Hypertext Preprocessor Best Web Hosting
Java Web Hosting
Inexpensive Web Hosting
Jsp Web Hosting
Cheapest Web Hosting
Jsp Hosting
Cheap Hosting
Visionwebhosting.net Business web hosting division of Web
Design Plus. All rights reserved