+ 1
What is the use of giving a string array as a parameter with the main function in java.
While making a java program we give a string array as a parameter with the main function - main(String[] args). So what is the purpose for giving this.
1 Answer