1.

Which of these is a correct statement about args in this line of code?public static void main(String args[])

A. Args is a String
B. Args is a Character
C. Args is an array of String
D. Args in an array of Character
Answer» D. Args in an array of Character


Discussion

No Comment Found