What are Command Line Arguments in Java »



Command Line Arguments :The values passed to the main method are called command line arguements
(String args[]):
This means Java will take the values as String array[].