how to use "" in java to print it code example
Example 1: 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 */
Example 2: java how to print
System.out.println("whatever you want");
//you can type sysout and then ctrl + space