System.getProperty [1]
System.out.println(System.getProperty("user.dir"));
final String BR = System.getProperty("line.separator"); System.out.println("This is a pen." + BR + "This is an apple.");