Multiple Choice Question

Quiz Guidelines

 

QID: 
81
Tags: 
Question: 

Which of the following are valid declarations of the standard main() method?

Select 2 options 

A. static void main(String args[ ]) { } 
B. public static int main(String args[ ]) {} 
C. public static void main (String args) { } 
D. final static public void main (String[ ] arguments ) { } 
E. public static void main (String[ ] args) { } 

Q&A Set: