I know a cool shortcut for System.out.println(): sysout Ctrl + Space.
System.out.println()
Is there something similar for public static void main(Str
public static void main(Str
To get public static void main(String[] args) line in eclipse without typing the whole line type "main" and press Ctrl + space then, you will get the option for the main method select it.