System.out.print("one"); System.out.print("two"); System.out.println("three"); // RESULT = 'onetwothree'