1.

Choose the correct way of receiving command-line arguments with in the MAIN method in Java?

A. public static void main(String[] args)
B. public static void main(String args[])
C. public static void main(String anyName[])
D. All the above.
Answer» E.


Discussion

No Comment Found