The static keyword word is used in public static void main() declaration in Java__________.
1
To enable the JVM to make call to the main(), as class has not been instantiated.
2
To enable the JVM to make call to the main(), as class has not been inherited.
3
To enable the JVM to make call to the main(), as class has not been loaded.
4
To enable the JVM to make call to the main(), as class has not been finalized.