Solved

The Main Method for a Java Program Is Defined by

Question 27

Multiple Choice

The main method for a Java program is defined by


A) public static main( )
B) public static main(String[ ] args) ;
C) public static main(String[ ] args)
D) private static main(String[ ] args)
E) the main method could be defined as in A, C or D but not B

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions