hello again,
I am having more joy with my input streams. I can open them and tokenize them.
I can print these tokens to screen.
How can I individually cherrypick the tokens I want? I only need this generally (say the 2nd and 3rd tokens, for example).
I ideally need to have them as Strings.
Any thoughts?
Sorry to bombard you with simple questions but this is the first code I've written in Java.
I am having more joy with my input streams. I can open them and tokenize them.
I can print these tokens to screen.
How can I individually cherrypick the tokens I want? I only need this generally (say the 2nd and 3rd tokens, for example).
I ideally need to have them as Strings.
Any thoughts?
Sorry to bombard you with simple questions but this is the first code I've written in Java.
