What is the difference between newLine() and carriage return (\"\\r\")? Which one is best to use?
newLine()
File f = new File(strFileGenLoc); BufferedWrit
Write a line separator. The line separator string is defined by the system property line.separator, and is not necessarily a single newline ('\n') character.
source: http://download.oracle.com/docs/cd/E17476_01/javase/1.5.0/docs/api/java/io/BufferedWriter.html