intellij-ideacode-templates

Why main generation template is named psvm in IntelliJ?


According to help, main generation template is named psvm.

Why didn't they name it just main?


Solution

  • It's an acronym:

    public static void main

    But 'main' works fine too.