Process-Scheduling
November 30, 2023Software-Engineering
November 30, 2023OOPS
|
Question 43
|
The static keyword word is used in public static void main() declaration in java:
|
To enable the JVM to make call to the main( ), as class has not been instantiated.
|
|
|
To enable the JVM to make call to the main( ), as class has not been inherited.
|
|
|
To enable the JVM to make call to the main( ), as class has not been loaded.
|
|
|
To enable the JVM to make call to the main( ), as class has not been finalized.
|
Correct Answer: A
