Examveda

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

D. args in an array of Character

Answer: Option C


This Question Belongs to Java Program >> Miscellaneous In Java

Join The Discussion

Related Questions on Miscellaneous in Java