System.out.println(String);
print the string with line separator at the end
System.out.print(String);
print the string to this output stream
System.out.printf();
write a formatted string to this output stream using the specified format string and arguments.