I have a simple question.How do i pass integer array as argument while running java -jar sample.jar.The integer array is my input.
There are some other options like passing the array as comma seperated values (like 1,2,3) and converting the string values as integer array in java.
I want to know if there is any other option. Thanks for the help!