I'm trying to read a string from the console like
java TestFile arg1 arg2 .....
and I want then to split arg1 into 'a','r','g','1' , to insert into a Stack.
How do I do such conversion ?
response to nunopedrosilva@ yahoo.com
java TestFile arg1 arg2 .....
and I want then to split arg1 into 'a','r','g','1' , to insert into a Stack.
How do I do such conversion ?
response to nunopedrosilva@ yahoo.com
Comment