...
Process-Scheduling
November 30, 2023
Software-Engineering
November 30, 2023
Process-Scheduling
November 30, 2023
Software-Engineering
November 30, 2023

OOPS

Question 43
The static keyword word is used in public static void main() declaration in java:
A
To enable the JVM to make call to the main( ), as class has not been instantiated.
B
To enable the JVM to make call to the main( ), as class has not been inherited.
C
To enable the JVM to make call to the main( ), as class has not been loaded.
D
To enable the JVM to make call to the main( ), as class has not been finalized.
Correct Answer: A

Leave a Reply

Your email address will not be published. Required fields are marked *