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[].

Share with SociBook.com

Random Posts

Post a Comment