What is the Eclipse shortcut for "public static void main(String args[])"?
This is just main
and Ctrl-Space.
In Eclipse, select preferences.
In preferences, look for Java/Editor/Templates.
Here you will see a list of all of them. And you can even add your own.
Just type ma
and press Ctrl + Space, you will get an option for it.