How to append new line in StringBuilderThere are several ways to add(call append in StringBuilder) new line.System.lineSeparator(); - Over Java 7System.getProperty("line.separator"); \n (* not /n)
There are several ways to add(call append in StringBuilder) new line.System.lineSeparator(); - Over Java 7System.getProperty("line.separator"); \n (* not /n)
Comments