echo java code example
Example: echo java
//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");