InterviewSolution
Saved Bookmarks
| 1. |
How many arguments can be passed to main()?(a) Infinite(b) Only 1(c) System Dependent(d) None of the mentionedI had been asked this question in homework.This interesting question is from Command Line Arguments topic in portion Classes and Methods of Java |
|
Answer» CORRECT ANSWER is (a) Infinite The EXPLANATION is: NONE. |
|