Examlex

Solved

When a String Is Written, Placing Each Record on a New

question 5

Essay

When a String is written, placing each record on a new line makes the output file easier to read and interpret. Since not all platforms use '\n' to separate lines, the BufferedWriter class has two alternatives: the newLine() method and the System.getProperty() method. Describe these two methods and how they operate.


Definitions:

Related Questions