What are Command Line Arguments in Java
By Ramakrishna on Sep 22, 2008 in Java Command Line Arguemnts
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[].
