InterviewSolution
Saved Bookmarks
| 1. |
Which of these data types is used to store command line arguments?(a) Array(b) Stack(c) String(d) IntegerI had been asked this question in an online quiz.Origin of the question is Command Line Arguments topic in section Classes and Methods of Java |
|
Answer» The CORRECT OPTION is (C) String |
|