Skip to content

Latest commit

 

History

History

commandline

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

An example of a more complex command line application in Java. The application calculates the statistics from data read from a specified file.

To run the application, we need to specify the file name in the program arguments. For instance: -f src/main/resources/data.txt.