console java echo hello you code example
Example: console java echo hello you
//Print with new line
System.out.println("output");
//Print without new line
System.out.print("output");
//Print with new line
System.out.println("output");
//Print without new line
System.out.print("output");