In this article we will learn about what a command line argument is and how to access and work with the command line arguments in Java. Sometimes we might want to pass extra information while running a Java program. This extra information passed along with the program name are known as command line arguments. These command line arguments are separated by white spaces. Command line arguments can be accessed using the string array specified in the main function’s signature. For example, if the array name is args, then the first command line argument can be accessed as args
The post How to work with command line arguments in java appeared first on Coding Security.
How to work with command line arguments in java
read more
Tidak ada komentar:
Posting Komentar