Terminate the current line by writing the line separator string. The line separator string is defined by the system property line.separator , and is not necessarily a single newline character ( '\n' ). @throws IOException If an error occurred while writing
()
| 213 | * @throws IOException If an error occurred while writing |
| 214 | */ |
| 215 | public abstract void println() throws IOException; |
| 216 | |
| 217 | /** |
| 218 | * Print a boolean value and then terminate the line. This method behaves as though it invokes |
no outgoing calls