If you're using different IDE to develop a program in Java, you might have searched for a short cut key for System.out.println(). I've so far programmed Java using 3 different IDEs Netbeans, Eclipse, and JDeveloper.

Here the short cuts for System.out.println on each IDE above

Short cut on Netbeans
Type sout and press Tab key

Short cut on Eclipse
Type syso and press Ctrl+space

Short cut on JDeveloper
Type sop and press Ctrl+Enter

Enjoy programming...