Page 1 of 1

Which of these is a correct statement about args in the following line of code?

Posted: Wed Jul 13, 2022 7:46 pm
by answerhappygod
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