Snippets tagged “platform-dependent”
1 snippet uses this tag.
- How do I get a platform-dependent new line character?Java
To get a platform-dependent new line character in Java, you can use the System.lineSeparator() method.
1 snippet uses this tag.
To get a platform-dependent new line character in Java, you can use the System.lineSeparator() method.