Why main generation template is named psvm in IntelliJ?

137 Views Asked by At

According to help, main generation template is named psvm.

Why didn't they name it just main?

1

There are 1 best solutions below

0
On BEST ANSWER

It's an acronym:

public static void main

But 'main' works fine too.