Question: Which of the following does the same thing as the BufferedWriter class newLine() method? a. System.getProperty(line.separator) b. Path.getProperty(line.separator) c. System.out.println() d. System.out.print( )
Which of the following does the same thing as the BufferedWriter class newLine() method?
a. System.getProperty("line.separator")
b. Path.getProperty("line.separator")
c. System.out.println()
d. System.out.print("\n")
Step by Step Solution
3.44 Rating (167 Votes )
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
