java write in console code example
Example 1: java console write
System.out.println("Hello Console");
Example 2: java text ouput to console
System.out.println("Hello world!");
//This will be printed out to the console and requires no imports.
System.out.println("Hello Console");
System.out.println("Hello world!");
//This will be printed out to the console and requires no imports.