Thursday, February 12, 2009

What is the first argument of the String array in main method

Question :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

No comments: