Can anyone tell me the use of making main method as final in java.
while this is allowed in java
public static final void main(String[] args) { } <