System.out.print and System.out.println
800386Jun 2 2010 — edited Jun 3 2010is it true that the System.out.print("\n") will print a new line character in all platforms?
in other words is it ok to assume that System.out.print("\n") and System.out.println(); will give the same output regardless of platform?