Why we use array as a parameter of main method? It is syntax can store multiple values?
Answers
Answered by
1
Answer:
Arrays did exist. Because by passing String arrays , we can pass all the necessary parameters like options/arguments related to the program in the form of String easily. There can be several parameters!
Similar questions