print out function java code example
Example: how to print in java
System.out.println("Hello, World!");
/*type System the class, the .out the field, and the println short
for print line */
System.out.println("Hello, World!");
/*type System the class, the .out the field, and the println short
for print line */