SyntaxFix
Write A Post
Hire A Developer
Questions
\n is for unix \r is for mac (before OS X) \r\n is for windows format
\n
\r
\r\n
you can also take System.getProperty("line.separator")
System.getProperty("line.separator")
it will give you the appropriate to your OS