recategorized by
466 views
1 votes
1 votes

The static keyword is used in public static void main() declaration in Java:

  1. To enable the $\text{JVM}$ to make call to the main(), as class has not been instantiated
  2. To enable the $\text{JVM}$ to make call to the main(), as class has not been inherited
  3. To enable the $\text{JVM}$ to make call to the main(), as class has not been loaded
  4. To enable the $\text{JVM}$ to make call to the main(), as class has not been finalized
recategorized by

1 Answer

Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Dec 9, 2020
407 views
Which of the following construct is not supported by Java Server Pages?$\text{JSP}$ Directives$\text{JSP}$ Scriptlets$\text{JSP}$ Actions$\text{JSP}$ Reaction
1 votes
1 votes
1 answer
3
gatecse asked Dec 9, 2020
462 views
Which of the following Interface is not supported by $\text{JDBC}$ for connecting to Database in Java Programming language?Statement InterfacePrepared Statement Interface...