COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
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
Explanation: 

Detailed explanation-1: -String data types are made to be used while storing command line arguments.

There is 1 question to complete.