InterviewSolution
Saved Bookmarks
| 1. |
What Is The First Argument Of The String Array In Main Method? |
|
Answer» The String array is empty. It does not have any ELEMENT. This is unlike C/C++ where the FIRST element by default is the PROGRAM name The String array is empty. It does not have any element. This is unlike C/C++ where the first element by default is the program name |
|