Q118
Which of these is a correct statement about args in the following 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
AnswerD.
args in an array of Character
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board