//print andcreatenewlineafterSystem.out.println("text");
System.out.println(String);
//You can use any variable type, not just strings, although
//they are the most common
//Print without creating a newlineSystem.out.print("text");
System.out.print(String);