System.out.println trick in Eclipse
Have you ever get tired of typing the whole System.out.println when coding in Java? If you are using Eclipse, there is really an easy way not to type the whole phrase. What you need to do is just type sysout and then press ctrl+space and leave the rest to Eclipse. Eclipse will automatically change it…