Command Line Arguments
When you run a Java program from a terminal, you often want to pass configuration values, file paths, or modes of operation without prompting the user while the program is running.
You run a Java file like so:
java src/Main.java