What is command line arguments?What are its uses?Where we have to use this?
Sonia Sharma
A:Command line arguments are used to provide input through console to the main function. The inputs values generally store into a string array (usually args[])Example:void main (String args[]){for ...