shortcut to write system.out.println in eclipse code example
Example 1: eclipse system.out.println shortcut
'sysout' [Ctrl] + [Space]
Example 2: system.out.println
public static void main(String[] args){
System.out.println("Hello World");
}
Example 3: system.out.println shortcut
// Shortcut on Netbeans. Type sout and press Tab key.
// Shortcut on Eclipse. Type syso and press Ctrl+space.
// Shortcut on JDeveloper. Type sop and press Ctrl+Enter.
// Shortcut on Intellij IDEA Type sout and press Tab key