Terminates the current line by printing the line-separator string.
()
| 87 | * Terminates the current line by printing the line-separator string. |
| 88 | */ |
| 89 | public static void println() { |
| 90 | out.println(); |
| 91 | } |
| 92 | |
| 93 | /** |
| 94 | * Prints an object to this output stream and then terminates the line. |