Java Reference
In-Depth Information
It has one parameter:
double
The print(float value) Method
public void print(float value)
throws java.io.IOException
This version of the print() method prints the passed-in float value to the output stream.
It has one parameter:
float
The print(int value) Method
public void print(int value)
throws java.io.IOException
This version of the print() method prints the passed-in int value to the output stream.
It has one parameter:
int
The print(long value) Method
public void print(long value)
throws java.io.IOException
This version of the print() method prints the passed-in long value to the output stream.
It has one parameter:
long
The print(java.lang.String value) Method
public void print(java.lang.String value)
throws java.io.IOException
This version of the print() method prints the passed-in String value to the output stream.
It has one parameter:
java.lang.String
The println() Method
public void println()
throws java.io.IOException
Search WWH ::




Custom Search