I know that I can find the new line of system with
System.getProperty(\"line.separator\");
does the line.separator will be always ne
There is no such standard property for tab you can rely on '\t' character
'\t'