Prints an Object and then terminate the line. This method calls
at first String.valueOf(x) to get the printed object's string value,
then behaves as
though it invokes print(String)
and then
println()
.
x | The Object to be printed. |
Diagram: OutputStream