how to get sysout in eclipse code example
Example: 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