when I get some args as “AHG dvds 43 56 PP 098 $$$ ###”
and I want to print all args as the following ,
but its not work – how to fix that?
and how to set all args in one string?
static public void main(String[] args)
{
.
.
System.out.println("ARGS= "+ args );
}
1 Answer