class Test { void test(){ System.out.println("one" + "two" + "three"); System.out.println("one two three"); } }