Most of us who have worked on eclipse IDE for writing code, must have use shortcuts like main or sysout and then hit CTRL+SPACE, it converts the shortcut into public static void main(String[] args){…} and System.out.println() respectively. This is extremely useful feature and I use it all the time whenever I am writing code for […]
The post Create eclipse templates for faster java coding appeared first on How To Do In Java.