When i run a .JAR ( for example) by the cmd , i can pass the following code : Arg1 Arg2 Arg3 , that will be used by the String[] args parameter. As I can pass any number of strings in this way, then the String [] args behaves like a varargs parameter?
Thanks