Which of these is a correct statement about args in the following line of code?
public static void main(String args[])
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: Option C

Join The Discussion