Declaring main as static allows the JVM to invoke main ________.

a. without knowing the name of the class in which main is declared.
b. by creating an object of the class in which main is declared.
c. without creating an instance of the class in which main is declared.
d. None of the above.

c. without creating an instance of the class in which main is declared.

Computer Science & Information Technology

You might also like to view...

When a program uses an if statement to execute a block of statements only when a condition is true, then that program is using ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ function applies a logical test to see if a specific condition is met

A) Statistical B) engineering C) logical D) text

Computer Science & Information Technology