Vidyalelo
Java Programming · Q118

Miscellaneous Java

Programming · Java Programming · question 118

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
Answer
D.
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